summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-11-07 13:57:37 -0800
committerRobert Moore <Robert.Moore@intel.com>2013-11-07 13:57:37 -0800
commitb018dde949ded25e34ad28707c1ecb415ce43cc9 (patch)
tree243c6eb2464094917824595bc3905470bc96ce43 /tests
parente5ba060a1e8f787b505e02e44d2e19fa4bc3f606 (diff)
downloadacpica-b018dde949ded25e34ad28707c1ecb415ce43cc9.tar.gz
Tests/ASLTS: Enable CHECKSUM_ABORT to allow feature to be tested properly.
This patch fixes the failure reported for the following ASLTS test: exceptions:exc_tbl:TLD1.tstf The "FAIL" is emitted due to the lackness of AE_BAD_CHECKSUM exception generation which can be fixed by compiling acpiexec to generate a different version for ASLTS environment. Lv Zheng. The command to confirm this test: aslts.sh -c exc_tbl -t The result in __STATUS_OF_TESTS before applying this fix: ":STST:exceptions:exc_tbl:TLD1.tstf:FAIL:Errors # 02 00 00 00:" The result in __STATUS_OF_TESTS after applying this fix: ":STST:exceptions:exc_tbl:TLD1.tstf:PASS:"
Diffstat (limited to 'tests')
-rwxr-xr-xtests/aslts.sh4
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/load.asl2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/aslts.sh b/tests/aslts.sh
index fe16814c7..204be418d 100755
--- a/tests/aslts.sh
+++ b/tests/aslts.sh
@@ -79,8 +79,8 @@ build_acpi_tools() {
fi
if [ "x$REBUILD_TOOLS" = "xyes" ]; then
make clean
- make iasl
- make acpiexec
+ make iasl ASLTS=TRUE
+ make acpiexec ASLTS=TRUE
fi
if [ -d "bin" ] && [ -f "bin/iasl" ]; then
diff --git a/tests/aslts/src/runtime/collections/functional/table/load.asl b/tests/aslts/src/runtime/collections/functional/table/load.asl
index 60d75bc02..9201e6d74 100644
--- a/tests/aslts/src/runtime/collections/functional/table/load.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/load.asl
@@ -124,7 +124,7 @@ Device(DTM0) {
// Originated from ssdt0.asl: iasl -tc ssdt0.asl
Name(BUF0, Buffer() {
0x53,0x53,0x44,0x54,0x34,0x00,0x00,0x00, /* 00000000 "SSDT4..." */
- 0x02,0xDE,0x49,0x6E,0x74,0x65,0x6C,0x00, /* 00000008 "..Intel." */
+ 0x02,0x98,0x49,0x6E,0x74,0x65,0x6C,0x00, /* 00000008 "..Intel." */
0x4D,0x61,0x6E,0x79,0x00,0x00,0x00,0x00, /* 00000010 "Many...." */
0x01,0x00,0x00,0x00,0x49,0x4E,0x54,0x4C, /* 00000018 "....INTL" */
0x15,0x12,0x06,0x20,0x14,0x0F,0x5C,0x53, /* 00000020 "... ..\S" */