summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Nowicki <tomasz.nowicki@linaro.org>2014-02-25 15:32:13 +0100
committerTomasz Nowicki <tomasz.nowicki@linaro.org>2014-02-25 15:32:13 +0100
commit7a9c5830e5edc0a4ed3bae70bf96ccfc25b34661 (patch)
tree87c55880fff2e124bf728022c041d9ed7c156048
parent7156432d404dba682d9419d2a7348f3935440342 (diff)
aapits, ns, test 25: Skip test case.
If the XSDT is found to be invalid, ACPICA will now fall back to using the RSDT instead so there is no point to do such test. Signed-off-by: Tomasz Nowicki <tomasz.nowicki@linaro.org>
-rw-r--r--tests/aapits/attable.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/aapits/attable.c b/tests/aapits/attable.c
index a3f1a7a3c..48df5c186 100644
--- a/tests/aapits/attable.c
+++ b/tests/aapits/attable.c
@@ -1454,6 +1454,11 @@ AtTableTest0025(void)
ACPI_STATUS ErrBenchmarks[] = {
AE_INVALID_TABLE_LENGTH};
+ TestSkipped++;
+ printf("Skip: If the XSDT is found to be invalid, ACPICA will now fall"
+ " back to using the RSDT instead.\n");
+ return (AE_OK );
+
return (AtInitializeTablesErrTest(ErrFlags,
(sizeof (ErrFlags) / sizeof (UINT32)),
ErrBenchmarks));