mirror of
https://github.com/acpica/acpica/
synced 2024-12-28 13:19:52 +03:00
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:
parent
d7d9d66bf6
commit
bfc6a107b3
@ -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)
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user