diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-08-01 21:47:10 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-08-01 21:47:10 (GMT) |
commit | 045bde78c0587316e0373c7698413412d0f315f9 (patch) | |
tree | f90d4ceb9d48fdc0dc240fce031dc81308e471dd /test/ctest/CTestCustom.ctest.in | |
parent | e0a7e43e2e41639bb50127cc5419b712a7b1f6e2 (diff) | |
download | uscxml-045bde78c0587316e0373c7698413412d0f315f9.zip uscxml-045bde78c0587316e0373c7698413412d0f315f9.tar.gz uscxml-045bde78c0587316e0373c7698413412d0f315f9.tar.bz2 |
Reenabled V8, Debugger tests and smaller fixes
Diffstat (limited to 'test/ctest/CTestCustom.ctest.in')
-rw-r--r-- | test/ctest/CTestCustom.ctest.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/test/ctest/CTestCustom.ctest.in b/test/ctest/CTestCustom.ctest.in index d6a5884..0dca21e 100644 --- a/test/ctest/CTestCustom.ctest.in +++ b/test/ctest/CTestCustom.ctest.in @@ -34,7 +34,11 @@ set(CTEST_CUSTOM_TESTS_IGNORE "w3c/ecma/test301.scxml" # Invalid script URL - PASSED "w3c/ecma/test436.scxml" # Tests NULL datamodel - PASSED + "w3c/namespace/test178.scxml" # Manual - PASSED + "w3c/namespace/test230.scxml" # Manual - PASSED + "w3c/namespace/test250.scxml" # Manual - PASSED "w3c/namespace/test301.scxml" # Invalid script URL - PASSED + "w3c/namespace/test415.scxml" # Manual - PASSED ### Just ignore the XPath datamodel tests that hang, most of the rest fails as well @@ -81,17 +85,21 @@ set(CTEST_CUSTOM_TESTS_IGNORE "w3c/promela/test178.scxml" # two identical params in _event.raw - FAILED "w3c/promela/test230.scxml" # autoforwarded events are identical - PASSED "w3c/promela/test250.scxml" # no onexit in cancelled invoker - PASSED + "w3c/promela/test302.scxml" # variable definition / declaration in script - NOT SUPPORTED + "w3c/promela/test304.scxml" # variable definition / declaration in script - NOT SUPPORTED "w3c/promela/test307.scxml" # late data-binding - PASSED "w3c/promela/test313.scxml" # Manual - PASSED - "w3c/promela/test314.scxml" # Manual - PASSED + "w3c/promela/test314.scxml" # Manual - PASSED + "w3c/promela/test350.scxml" # String concatenation - NOT SUPPORTED "w3c/promela/test415.scxml" # terminate on toplevel final - PASSED + "w3c/promela/test525.scxml" # shallow copy in foreach, test not expressible as such # "w3c/promela/test513.txt" # manual test - PASSED "w3c/promela/test301.scxml" # reject invalid script - PASSED "w3c/promela/test436.scxml" # Tests NULL datamodel - PASSED - # "w3c/promela/test190.scxml" # string concatenation + "w3c/promela/test190.scxml" # string concatenation "w3c/promela/test224.scxml" # string operation startWith # "w3c/promela/test280.scxml" # no runtime checks for undeclared variables # "w3c/promela/test350.scxml" # string concatenation |