summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
blob: ec4cb533cb656313eafdec4f7b02e4bd35bdb1ef (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# 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"
	"ecma/test230.scxml"
	"ecma/test250.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"

	"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/test237.scxml" # test uninvoke
	# "fsm/ecma/test240.scxml" # nested data was added in top state
	# "fsm/ecma/test241.scxml" # succeeds with edits form above
	# "fsm/ecma/test244.scxml" # succeeds with edits form above
	"fsm/ecma/test250.scxml" # manual test

	# "fsm/ecma/test252.scxml"
	# "fsm/ecma/test280.scxml"
	# "fsm/ecma/test294.scxml" # donedata hangs
	# "fsm/ecma/test298.scxml" #      "
	"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/test336.scxml" # succeeds with edits form above
	# "fsm/ecma/test343.scxml"
	"fsm/ecma/test346.scxml" # change the value of a system variable
	# "fsm/ecma/test349.scxml" # succeeds with edits form above
	# "fsm/ecma/test377.scxml" # onexit handler order
	# "fsm/ecma/test403b.scxml"
	# "fsm/ecma/test403c.scxml" # problems with event preemption
	# "fsm/ecma/test404.scxml"
	# "fsm/ecma/test405.scxml"
	"fsm/ecma/test409.scxml" # In predicate
	"fsm/ecma/test411.scxml" # In predicate
	"fsm/ecma/test415.scxml" # manual test
	# "fsm/ecma/test422.scxml"
	"fsm/ecma/test436.scxml"  # In predicate
	# "fsm/ecma/test488.scxml" # ?
	# "fsm/ecma/test500.scxml" # succeeds with edits form above
	# "fsm/ecma/test501.scxml" # succeeds with edits form above
	# "fsm/ecma/test503.scxml"
	# "fsm/ecma/test509.scxml" # succeeds with edits form above
	# "fsm/ecma/test510.scxml" # succeeds with edits form above
	# "fsm/ecma/test513.scxml" # succeeds with edits form above
	# "fsm/ecma/test518.scxml" # succeeds with edits form above
	"fsm/ecma/test519.scxml" # unspecified basichttp format
	"fsm/ecma/test520.scxml" # unspecified basichttp format
	# "fsm/ecma/test522.scxml" # succeeds with edits form above
	# "fsm/ecma/test527.scxml" # ?
	# "fsm/ecma/test528.scxml" # ?
	# "fsm/ecma/test529.scxml" # ?
	"fsm/ecma/test531.scxml" # unspecified basichttp format
	# "fsm/ecma/test532.scxml" # succeeds with edits form above
	"fsm/ecma/test534.scxml" # unspecified basichttp format
	# "fsm/ecma/test542.scxml" # donedata hangs
	"fsm/ecma/test567.scxml"  # unspecified basichttp format
	# "fsm/ecma/test569.scxml" # succeeds with edits form above
	# "fsm/ecma/test570.scxml"
)