summaryrefslogtreecommitdiff
path: root/tests/aslts
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2019-12-11 13:56:34 -0800
committerErik Schmauss <erik.schmauss@intel.com>2019-12-11 15:52:34 -0800
commitc4ba8f40ad41ea5b41640d169f20fe83a2d90971 (patch)
tree20e4e7d6237405f8e44d5741853ed39e109861c9 /tests/aslts
parent4f994c08446cd09b3e1e86e61b35b7edb7d1802c (diff)
downloadacpica-c4ba8f40ad41ea5b41640d169f20fe83a2d90971.tar.gz
ASLTS: bdemo: update expected values due to CreateField() change
Test cases updated: 65, 67, 155, 161, 170, 191 Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests/aslts')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0065/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0067/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/DECL.asl4
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0161/DECL.asl84
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0170/DECL.asl4
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0191/DECL.asl8
6 files changed, 52 insertions, 52 deletions
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0065/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0065/DECL.asl
index a24c06c00..b94068491 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0065/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0065/DECL.asl
@@ -41,7 +41,7 @@
/* ObjectType of the value passed to Method */
/* (BufferField is converted to Integer). */
Local0 = ObjectType (Arg0)
- If ((Local0 != C009))
+ If ((Local0 != C00B))
{
ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Local0, C009)
}
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0067/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0067/DECL.asl
index 546f0bed6..a1838bc3e 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0067/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0067/DECL.asl
@@ -52,7 +52,7 @@
Local7 = MD84 ()
Local0 = ObjectType (Local7)
- If ((Local0 != C009))
+ If ((Local0 != C00B))
{
ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Local0, C009)
}
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/DECL.asl
index 6cc2da710..5ebbfb4bd 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/DECL.asl
@@ -49,8 +49,8 @@
ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, ID20, 0x08)
}
- If ((BFD3 != 0x99))
+ If ((BFD3 != Buffer(){0x99}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BFD3, 0x99)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BFD3, Buffer(){0x99})
}
}
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0161/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0161/DECL.asl
index 9442d52f6..19e7c9061 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0161/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0161/DECL.asl
@@ -35,40 +35,40 @@
/* Global CreateField declarations */
Method (MD8F, 0, NotSerialized)
{
- If ((BF32 != 0x14))
+ If ((BF32 != Buffer(){0x14}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF32, 0x14)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF32, Buffer(){0x14})
}
- If ((BF33 != 0x1615))
+ If ((BF33 != Buffer(){0x15, 0x16}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF33, 0x1615)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF33, Buffer(){0x15, 0x16})
}
}
Method (MD90, 0, NotSerialized)
{
- If ((BF34 != 0x18))
+ If ((BF34 != Buffer() {0x18}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF34, 0x18)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF34, Buffer(){0x18})
}
- If ((BF35 != 0x19))
+ If ((BF35 != Buffer() {0x19}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF35, 0x19)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF35, Buffer(){0x19})
}
}
Method (MD91, 0, NotSerialized)
{
- If ((BF36 != 0x1A))
+ If ((BF36 != Buffer() {0x1A}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF36, 0x1A)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF36, Buffer(){0x1A})
}
- If ((BF37 != 0x1C1B))
+ If ((BF37 != Buffer(){0x1B, 0x1C}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF37, 0x1C1B)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF37, Buffer(){0x1B, 0x1C})
}
}
@@ -78,14 +78,14 @@
{
CreateField (BD02, 0x20, ID03, BF32)
CreateField (BD02, 0x28, (ID03 + 0x08), BF33)
- If ((BF32 != 0x14))
+ If ((BF32 != Buffer(){0x14}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF32, 0x14)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF32, Buffer(){0x14})
}
- If ((BF33 != 0x1615))
+ If ((BF33 != Buffer(){0x15, 0x16}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF33, 0x1615)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF33, Buffer(){0x15, 0x16})
}
}
@@ -93,14 +93,14 @@
{
CreateField (BD02, ID04, 0x08, BF34)
CreateField (BD02, (ID04 + 0x08), 0x08, BF35)
- If ((BF34 != 0x18))
+ If ((BF34 != Buffer() {0x18}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF34, 0x18)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF34, Buffer(){0x18})
}
- If ((BF35 != 0x19))
+ If ((BF35 != Buffer() {0x19}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF35, 0x19)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF35, Buffer(){0x19})
}
}
@@ -108,14 +108,14 @@
{
CreateField (BD02, ID05, ID06, BF36)
CreateField (BD02, (ID07 + 0x08), (ID08 + 0x08), BF37)
- If ((BF36 != 0x1A))
+ If ((BF36 != Buffer() {0x1A}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF36, 0x1A)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF36, Buffer(){0x1A})
}
- If ((BF37 != 0x1C1B))
+ If ((BF37 != Buffer(){0x1B, 0x1C}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF37, 0x1C1B)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF37, Buffer(){0x1B, 0x1C})
}
}
@@ -125,14 +125,14 @@
{
CreateField (BD03, 0x20, ID03, BF32)
CreateField (BD03, 0x28, (ID03 + 0x08), BF33)
- If ((BF32 != 0x14))
+ If ((BF32 != Buffer(){0x14}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF32, 0x14)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF32, Buffer(){0x14})
}
- If ((BF33 != 0x1615))
+ If ((BF33 != Buffer(){0x15, 0x16}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF33, 0x1615)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF33, Buffer(){0x15, 0x16})
}
}
@@ -140,14 +140,14 @@
{
CreateField (BD03, ID04, 0x08, BF34)
CreateField (BD03, (ID04 + 0x08), 0x08, BF35)
- If ((BF34 != 0x18))
+ If ((BF34 != Buffer() {0x18}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF34, 0x18)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF34, Buffer(){0x18})
}
- If ((BF35 != 0x19))
+ If ((BF35 != Buffer() {0x19}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF35, 0x19)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF35, Buffer(){0x19})
}
}
@@ -155,14 +155,14 @@
{
CreateField (BD03, ID05, ID06, BF36)
CreateField (BD03, (ID07 + 0x08), (ID08 + 0x08), BF37)
- If ((BF36 != 0x1A))
+ If ((BF36 != Buffer() {0x1A}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF36, 0x1A)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF36, Buffer(){0x1A})
}
- If ((BF37 != 0x1C1B))
+ If ((BF37 != Buffer(){0x1B, 0x1C}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF37, 0x1C1B)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF37, Buffer(){0x1B, 0x1C})
}
}
@@ -204,22 +204,22 @@
ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Arg4, B000)
}
- If ((Arg5 != 0x5D))
+ If ((Arg5 != Buffer(){0x5D}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Arg5, 0x5D)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Arg5, Buffer(){0x5D})
}
}
Method (M076, 2, NotSerialized)
{
- If ((Arg0 != 0x5D))
+ If ((Arg0 != Buffer(){0x5D}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Arg0, 0x5D)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Arg0, Buffer(){0x5D})
}
- If ((Arg1 != 0x5D))
+ If ((Arg1 != Buffer(){0x5D}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Arg1, 0x5D)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Arg1, Buffer(){0x5D})
}
}
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0170/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0170/DECL.asl
index 95ebf4860..895f50360 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0170/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0170/DECL.asl
@@ -52,9 +52,9 @@
{
ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Local1, Local0)
}
- ElseIf ((BF90 != 0x2B))
+ ElseIf ((BF90 != Buffer(){0x2B}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF90, 0x2B)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF90, Buffer(){0x2B})
}
}
}
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0191/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0191/DECL.asl
index 9b0ac53b0..fd8f93277 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0191/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0191/DECL.asl
@@ -39,9 +39,9 @@
ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Local0, 0x0E)
}
- If ((BF90 != 0x77))
+ If ((BF90 != Buffer(){0x77}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF90, 0x77)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF90, Buffer(){0x77})
}
CopyObject (0x9999992B, BF90) /* \MFA3.BF90 */
@@ -51,9 +51,9 @@
ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, Local0, 0x0E)
}
- If ((BF90 != 0x2B))
+ If ((BF90 != Buffer(){0x2B}))
{
- ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF90, 0x2B)
+ ERR (__METHOD__, ZFFF, __LINE__, 0x00, 0x00, BF90, Buffer(){0x2B})
Debug = BF90 /* \MFA3.BF90 */
}
}