summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-09-15 16:49:22 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-09-15 16:51:18 -0700
commit7f2ae61bdae0fc4880cd97d6a2ca78c19a26fc91 (patch)
treec015176a857befc8b680d5ab2d4383424dd859ac /tests
parent9bebbe8d8a91e36c7a2cce6b37682fbfcd1e4c1f (diff)
downloadacpica-7f2ae61bdae0fc4880cd97d6a2ca78c19a26fc91.tar.gz
ASLTS: adding expected compilation failure flags for recursive methods that create named objects
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile b/tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile
index eb3b08734..f864cf4be 100644
--- a/tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile
+++ b/tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile
@@ -4,5 +4,6 @@ ASLMODADD= MAIN_ASLTS
AMLMOD= extra extra_aslts
COLL= ../..
+ADD_ASLFLAGS=-vx 6152
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile b/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
index 7ff45a841..b7689db24 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
@@ -3,5 +3,6 @@
AMLMOD= bdemo
COLL= ../../..
+ADD_ASLFLAGS=-vx 6152
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/functional/control/Makefile b/tests/aslts/src/runtime/collections/functional/control/Makefile
index 2fdb4b3ee..d15caa56c 100644
--- a/tests/aslts/src/runtime/collections/functional/control/Makefile
+++ b/tests/aslts/src/runtime/collections/functional/control/Makefile
@@ -3,5 +3,6 @@
AMLMOD= control
COLL= ../..
+ADD_ASLFLAGS=-vx 6152
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install