summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 10:40:56 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 10:40:56 (GMT)
commit46d089f8642501cf2ffc4a531add0a3a8eaa268e (patch)
tree7d1d3d59dbc745224a883807236effbbb4ecb176 /contrib
parent1e6ba139ac12c688f025745812d381915775b1fb (diff)
downloaduscxml-46d089f8642501cf2ffc4a531add0a3a8eaa268e.zip
uscxml-46d089f8642501cf2ffc4a531add0a3a8eaa268e.tar.gz
uscxml-46d089f8642501cf2ffc4a531add0a3a8eaa268e.tar.bz2
Some more bugfixes for revised W3C tests
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ctest/CTestCustom.ctest.in77
1 files changed, 29 insertions, 48 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in
index 944e119..dd3aae6 100644
--- a/contrib/ctest/CTestCustom.ctest.in
+++ b/contrib/ctest/CTestCustom.ctest.in
@@ -1,52 +1,33 @@
+# grep -ori 'datamodel="xpath' .
+# skip xpath datamodel tests
set(CTEST_CUSTOM_TESTS_IGNORE
-"test153.scxml"
-"test178.scxml"
-"test226.scxml"
-"test230.scxml"
-"test250.scxml"
-"test302.scxml"
-"test303.scxml"
-"test304.scxml"
-"test307.scxml"
-"test321.scxml"
-"test323.scxml"
-"test329.scxml"
-"test333.scxml"
-"test335.scxml"
-"test337.scxml"
-"test339.scxml"
-"test346.scxml"
-"test436.scxml"
-"test441b.scxml"
-"test456.scxml"
-"test463.scxml"
-"test464.scxml"
-"test465.scxml"
-"test466.scxml"
-"test467.scxml"
-"test468.scxml"
-"test469.scxml"
-"test470.scxml"
-"test473.scxml"
-"test474.scxml"
-"test475.scxml"
-"test476.scxml"
-"test477.scxml"
-"test478.scxml"
-"test479.scxml"
-"test480.scxml"
-"test481.scxml"
-"test482.scxml"
-"test486b.scxml"
-"test488.scxml"
-"test537.scxml"
-"test539.scxml"
-"test540.scxml"
-"test542.scxml"
-"test544.scxml"
-"test546.scxml"
-"test547.scxml"
-"test555.scxml"
+ "test463.scxml"
+ "test464.scxml"
+ "test465.scxml"
+ "test466.scxml"
+ "test467.scxml"
+ "test468.scxml"
+ "test469.scxml"
+ "test470.scxml"
+ "test473.scxml"
+ "test474.scxml"
+ "test475.scxml"
+ "test476.scxml"
+ "test477.scxml"
+ "test478.scxml"
+ "test479.scxml"
+ "test480.scxml"
+ "test481.scxml"
+ "test482.scxml"
+ "test537.scxml"
+ "test539.scxml"
+ "test540.scxml"
+ "test542.scxml"
+ "test544.scxml"
+ "test546.scxml"
+ "test547.scxml"
+ "test555.scxml"
+ "test568.scxml"
)