ASLTS: Remove a couple of incorrect tests.

Two tests found to be based on incorrect assumptions about ACPI and
ACPICA behavior. Chao Guan.
This commit is contained in:
Robert Moore 2012-12-12 08:47:37 -08:00
parent d7d9d66bf6
commit bfc6a107b3
2 changed files with 8 additions and 2 deletions

View File

@ -1508,7 +1508,8 @@ if (y361) {
// Types mismatch Target/Target on storing
if (LEqual(arg2, c016)) {
if (X170) {
err(arg0, z122, 39, 0, 0, Local2, arg2)
//this sentence is for m00d and invalid, removed.
//err(arg0, z122, 39, 0, 0, Local2, arg2)
}
} else {
err(arg0, z122, 39, 0, 0, Local2, arg2)

View File

@ -64,7 +64,12 @@ Method(SRV0) {
m280(X192, "X192")
m280(X193, "X193")
m280(X194, "X194")
m280(X195, "X195")
/*
* X195 is about Increment and Decrement of an either String or Buffer
* Since object will not change the type of the Object to Integer
* So this conditional branches should be disabled.
*/
//m280(X195, "X195")
m280(q001, "q001")
m280(q002, "q002")
m280(q003, "q003")