summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2019-02-05 15:02:26 -0800
committerErik Schmauss <erik.schmauss@intel.com>2019-02-05 15:02:26 -0800
commitd39cd405e8050668200bb5a581b5490d9efbd0d1 (patch)
treeda6f0e689613677c4c97e53df634089bb1300755
parent66c0ddfa2ce57bf31a7ccb299d2c160065d28539 (diff)
downloadacpica-d39cd405e8050668200bb5a581b5490d9efbd0d1.tar.gz
ASLTS: add flag to expect cross reference error during compilation
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
-rw-r--r--tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile3
-rw-r--r--tests/aslts/src/runtime/collections/complex/misc/Makefile2
-rw-r--r--tests/aslts/src/runtime/collections/complex/namespace/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oarg/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconst/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/olocal/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/result/tests/roptional/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/complex/result/tests/rstore/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_ref/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_tbl/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/Makefile2
-rw-r--r--tests/aslts/src/runtime/collections/functional/name/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/functional/reference/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/functional/region/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/functional/synchronization/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/Makefile1
-rw-r--r--tests/aslts/src/runtime/collections/service/condbranches/Makefile1
29 files changed, 30 insertions, 3 deletions
diff --git a/tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile b/tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile
index fd5714381..e9fc579b7 100644
--- a/tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile
+++ b/tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile
@@ -6,6 +6,7 @@ COLL= ../..
ADD_ASLFLAGS=-vx 6142 #illegal forward reference
ADD_ASLFLAGS+=-vx 6152 #recursive method call
+ADD_ASLFLAGS+=-vx 6163 #illegal reference in method
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 5bc5138e7..f9fe7de6a 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
@@ -5,6 +5,7 @@ COLL= ../../..
ADD_ASLFLAGS=-vx 6142 #illegal forward reference
ADD_ASLFLAGS+=-vx 6152 #recursive method call
-
+ADD_ASLFLAGS+=-vx 6163 #illegal reference in method
+
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/misc/Makefile b/tests/aslts/src/runtime/collections/complex/misc/Makefile
index cc9b93130..fc8d8e355 100644
--- a/tests/aslts/src/runtime/collections/complex/misc/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/misc/Makefile
@@ -2,6 +2,6 @@
AMLMOD= misc
COLL= ../..
-
+ADD_ASLFLAGS+=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/namespace/Makefile b/tests/aslts/src/runtime/collections/complex/namespace/Makefile
index 0eee15640..67d470810 100644
--- a/tests/aslts/src/runtime/collections/complex/namespace/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/namespace/Makefile
@@ -3,5 +3,6 @@
AMLMOD= namespace
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/Makefile
index 43c293134..dea56c972 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/Makefile
@@ -3,5 +3,6 @@
AMLMOD= oarg
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/Makefile
index 253450901..8b8b14b29 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/Makefile
@@ -3,5 +3,6 @@
AMLMOD= oconst
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/Makefile
index 5bc990337..893fecadd 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/Makefile
@@ -3,5 +3,6 @@
AMLMOD= olocal
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/Makefile
index b99513d29..d85013f5e 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/Makefile
@@ -3,5 +3,6 @@
AMLMOD= onamedglob
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/Makefile
index f7c32cbbc..cc30e374f 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/Makefile
@@ -3,5 +3,6 @@
AMLMOD= onamedloc
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/Makefile
index 7cc2a7762..472f4783f 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/Makefile
@@ -3,5 +3,6 @@
AMLMOD= opackageel
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/Makefile
index 48e4849e5..5cc91e603 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/Makefile
@@ -3,5 +3,6 @@
AMLMOD= oreftonamed
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/Makefile
index 9c1129af5..a773074dd 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/Makefile
@@ -3,5 +3,6 @@
AMLMOD= oreftopackageel
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/Makefile b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/Makefile
index 4a35e033c..40875806f 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/Makefile
@@ -3,5 +3,6 @@
AMLMOD= oreturn
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/Makefile b/tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/Makefile
index e86d224f7..d9f0451df 100644
--- a/tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/Makefile
@@ -3,5 +3,6 @@
AMLMOD= rcopyobject
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/Makefile b/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/Makefile
index 8649e570b..f811afeb8 100644
--- a/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/Makefile
@@ -3,5 +3,6 @@
AMLMOD= rexplicitconv
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/Makefile b/tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/Makefile
index 38aba9a01..e0e2980c2 100644
--- a/tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/Makefile
@@ -3,5 +3,6 @@
AMLMOD= rindecrement
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/result/tests/roptional/Makefile b/tests/aslts/src/runtime/collections/complex/result/tests/roptional/Makefile
index 9873a646e..9dd873b36 100644
--- a/tests/aslts/src/runtime/collections/complex/result/tests/roptional/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/result/tests/roptional/Makefile
@@ -3,5 +3,6 @@
AMLMOD= roptional
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/complex/result/tests/rstore/Makefile b/tests/aslts/src/runtime/collections/complex/result/tests/rstore/Makefile
index 8c698255a..21f562df1 100644
--- a/tests/aslts/src/runtime/collections/complex/result/tests/rstore/Makefile
+++ b/tests/aslts/src/runtime/collections/complex/result/tests/rstore/Makefile
@@ -3,5 +3,6 @@
AMLMOD= rstore
COLL= ../../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/Makefile b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/Makefile
index b3d99fdca..4616b0d6b 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/Makefile
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/Makefile
@@ -3,5 +3,6 @@
AMLMOD= exc_operand2
COLL= ../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_ref/Makefile b/tests/aslts/src/runtime/collections/exceptions/exc_ref/Makefile
index 52de81c6f..eda0be8c1 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_ref/Makefile
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_ref/Makefile
@@ -3,5 +3,6 @@
AMLMOD= exc_ref
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile
index ad070866a..32b94499c 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile
@@ -3,5 +3,6 @@
AMLMOD= exc_result2
COLL= ../../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_tbl/Makefile b/tests/aslts/src/runtime/collections/exceptions/exc_tbl/Makefile
index fcbc113d6..d8e91e016 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_tbl/Makefile
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_tbl/Makefile
@@ -3,5 +3,6 @@
AMLMOD= exc_tbl
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
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 d15caa56c..6ac2db49b 100644
--- a/tests/aslts/src/runtime/collections/functional/control/Makefile
+++ b/tests/aslts/src/runtime/collections/functional/control/Makefile
@@ -3,6 +3,6 @@
AMLMOD= control
COLL= ../..
-ADD_ASLFLAGS=-vx 6152
+ADD_ASLFLAGS=-vx 6152 -vx 6163
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/functional/name/Makefile b/tests/aslts/src/runtime/collections/functional/name/Makefile
index eaf0f5d8f..de62dcf2d 100644
--- a/tests/aslts/src/runtime/collections/functional/name/Makefile
+++ b/tests/aslts/src/runtime/collections/functional/name/Makefile
@@ -3,5 +3,6 @@
AMLMOD= name
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/functional/reference/Makefile b/tests/aslts/src/runtime/collections/functional/reference/Makefile
index b086b346f..3040a2b80 100644
--- a/tests/aslts/src/runtime/collections/functional/reference/Makefile
+++ b/tests/aslts/src/runtime/collections/functional/reference/Makefile
@@ -3,5 +3,6 @@
AMLMOD= reference
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/functional/region/Makefile b/tests/aslts/src/runtime/collections/functional/region/Makefile
index af1008e48..a08f74bb2 100644
--- a/tests/aslts/src/runtime/collections/functional/region/Makefile
+++ b/tests/aslts/src/runtime/collections/functional/region/Makefile
@@ -3,5 +3,6 @@
AMLMOD= region
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/functional/synchronization/Makefile b/tests/aslts/src/runtime/collections/functional/synchronization/Makefile
index 6ae0e75ba..0e3fe36c7 100644
--- a/tests/aslts/src/runtime/collections/functional/synchronization/Makefile
+++ b/tests/aslts/src/runtime/collections/functional/synchronization/Makefile
@@ -3,5 +3,6 @@
AMLMOD= synchronization
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/functional/table/Makefile b/tests/aslts/src/runtime/collections/functional/table/Makefile
index 9e8272016..5eff03265 100644
--- a/tests/aslts/src/runtime/collections/functional/table/Makefile
+++ b/tests/aslts/src/runtime/collections/functional/table/Makefile
@@ -3,5 +3,6 @@
AMLMOD= table
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install
diff --git a/tests/aslts/src/runtime/collections/service/condbranches/Makefile b/tests/aslts/src/runtime/collections/service/condbranches/Makefile
index ef2eb789c..73a096aca 100644
--- a/tests/aslts/src/runtime/collections/service/condbranches/Makefile
+++ b/tests/aslts/src/runtime/collections/service/condbranches/Makefile
@@ -3,5 +3,6 @@
AMLMOD= condbranches
COLL= ../..
+ADD_ASLFLAGS=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install