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