summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
blob: 4f4ef83783cc4c24cb37a3b941d1578acc56541a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# 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/test307.scxml" # Manual - PASSED
	"ecma/test415.scxml" # Manual - PASSED
	"ecma/test463.scxml" # XPath hardcoded
	"ecma/test464.scxml" # XPath hardcoded
	"ecma/test465.scxml" # XPath hardcoded
	"ecma/test466.scxml" # XPath hardcoded
	"ecma/test467.scxml" # XPath hardcoded
	"ecma/test468.scxml" # XPath hardcoded
	"ecma/test469.scxml" # XPath hardcoded
	"ecma/test470.scxml" # XPath hardcoded
	"ecma/test473.scxml" # XPath hardcoded
	"ecma/test474.scxml" # XPath hardcoded
	"ecma/test475.scxml" # XPath hardcoded
	"ecma/test476.scxml" # XPath hardcoded
	"ecma/test477.scxml" # XPath hardcoded
	"ecma/test478.scxml" # XPath hardcoded
	"ecma/test479.scxml" # XPath hardcoded
	"ecma/test480.scxml" # XPath hardcoded
	"ecma/test481.scxml" # XPath hardcoded
	"ecma/test482.scxml" # XPath hardcoded
	"ecma/test483.scxml" # XPath hardcoded
	"ecma/test537.scxml" # XPath hardcoded
	"ecma/test539.scxml" # XPath hardcoded
	"ecma/test540.scxml" # XPath hardcoded
	"ecma/test542.scxml" # XPath hardcoded
	"ecma/test543.scxml" # XPath hardcoded
	"ecma/test544.scxml" # XPath hardcoded
	"ecma/test545.scxml" # XPath hardcoded
	"ecma/test546.scxml" # XPath hardcoded
	"ecma/test547.scxml" # XPath hardcoded
	"ecma/test555.scxml" # XPath hardcoded
	"ecma/test568.scxml" # XPath hardcoded

	"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
)