summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ctest/CTestCustom.ctest.in')
-rw-r--r--contrib/ctest/CTestCustom.ctest.in41
1 files changed, 0 insertions, 41 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in
deleted file mode 100644
index 6b5fd3c..0000000
--- a/contrib/ctest/CTestCustom.ctest.in
+++ /dev/null
@@ -1,41 +0,0 @@
-# grep -ori 'datamodel="xpath' .
-# skip xpath datamodel tests
-
-# grep -ori 'manual' .
-# manual tests
-
-# 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" # Manual - PASSED
- "ecma/test230.scxml" # Manual - PASSED
- "ecma/test250.scxml" # Manual - PASSED
- "ecma/test301.scxml" # Manual - PASSED
- "ecma/test307.scxml" # Manual - PASSED
- "ecma/test415.scxml" # Manual - PASSED
-
- "fsm/ecma/test178.scxml" # manual test
- "fsm/ecma/test224.scxml" # automatically generated id has the form stateid.platformid
- "fsm/ecma/test230.scxml" # manual test
- "fsm/ecma/test250.scxml" # manual test
- "fsm/ecma/test307.scxml" # manual test
- "fsm/ecma/test324.scxml" # _name can be assigned
- "fsm/ecma/test329.scxml" # system variables can be modified
- "fsm/ecma/test346.scxml" # change the value of a system variable
- "fsm/ecma/test409.scxml" # In predicate
- "fsm/ecma/test411.scxml" # In predicate
- "fsm/ecma/test415.scxml" # manual test
- "fsm/ecma/test436.scxml" # In predicate
- "fsm/ecma/test519.scxml" # unspecified basichttp format
- "fsm/ecma/test520.scxml" # unspecified basichttp format
- "fsm/ecma/test531.scxml" # unspecified basichttp format
- "fsm/ecma/test534.scxml" # unspecified basichttp format
- "fsm/ecma/test567.scxml" # unspecified basichttp format
-
- "xpath/test580.scxml" # hangs
-)
-
-
-