summaryrefslogtreecommitdiffstats
path: root/contrib/ctest/CTestCustom.ctest.in
blob: 6abfa284becc08e6558a469b14ea3c921f67280c (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
# 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/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"
	
)