Robert Moore b018dde949 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:"
2013-11-07 13:57:37 -08:00
..