summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-25 10:41:58 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-25 10:41:58 (GMT)
commit26183abd9acd44a0382e55cc985795ee7c526aed (patch)
treea9d9289397b65892dbad037d02460cf2d04597fb /contrib/ctest/CTestCustom.ctest.in
parentbd45c688b3d3aad5d62b85457ce943eaadf989ae (diff)
downloaduscxml-26183abd9acd44a0382e55cc985795ee7c526aed.zip
uscxml-26183abd9acd44a0382e55cc985795ee7c526aed.tar.gz
uscxml-26183abd9acd44a0382e55cc985795ee7c526aed.tar.bz2
Updated W3C tests and bug-fixes
Diffstat (limited to 'contrib/ctest/CTestCustom.ctest.in')
-rw-r--r--contrib/ctest/CTestCustom.ctest.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in
index 098e4e2..e263147 100644
--- a/contrib/ctest/CTestCustom.ctest.in
+++ b/contrib/ctest/CTestCustom.ctest.in
@@ -7,6 +7,7 @@
# grep -ori 'datamodel="null' .
# skip xpath datamodel tests
+# these are manual or xpath tests generated by the ecma generator
set(CTEST_CUSTOM_TESTS_IGNORE
"ecma/test178.scxml"
"ecma/test230.scxml"
@@ -14,6 +15,37 @@ set(CTEST_CUSTOM_TESTS_IGNORE
"ecma/test307.scxml"
"ecma/test313.scxml"
"ecma/test314.scxml"
+ "ecma/test415.scxml"
+ "ecma/test463.scxml"
+ "ecma/test464.scxml"
+ "ecma/test465.scxml"
+ "ecma/test466.scxml"
+ "ecma/test467.scxml"
+ "ecma/test468.scxml"
+ "ecma/test469.scxml"
+ "ecma/test470.scxml"
+ "ecma/test473.scxml"
+ "ecma/test474.scxml"
+ "ecma/test475.scxml"
+ "ecma/test476.scxml"
+ "ecma/test477.scxml"
+ "ecma/test478.scxml"
+ "ecma/test479.scxml"
+ "ecma/test480.scxml"
+ "ecma/test481.scxml"
+ "ecma/test482.scxml"
+ "ecma/test483.scxml"
+ "ecma/test537.scxml"
+ "ecma/test539.scxml"
+ "ecma/test540.scxml"
+ "ecma/test542.scxml"
+ "ecma/test543.scxml"
+ "ecma/test544.scxml"
+ "ecma/test546.scxml"
+ "ecma/test547.scxml"
+ "ecma/test555.scxml"
+ "ecma/test568.scxml"
+
)