Skip to content
Snippets Groups Projects
Commit cfb7e775 authored by Sylvain Henry's avatar Sylvain Henry
Browse files

Disable failing JS tests

parent 4ac6ead6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ test('stm048', [], compile_and_run, [''])
test('stm050', [extra_run_opts('10000')], compile_and_run, ['-package stm'])
test('stm054', normal, compile_and_run, ['-package stm'])
test('stm055', exit_code(1), compile_and_run, ['-package stm'])
test('stm055', [exit_code(1), js_broken(22576)], compile_and_run, ['-package stm'])
test('stm056', only_ways(['threaded1','threaded2']),
compile_and_run, ['-package stm'])
......@@ -16,4 +16,4 @@ test('stm065', normal, compile_and_run, ['-package stm'])
test('cloneTChan001', normal, compile_and_run, ['-package stm'])
test('T15136', extra_run_opts('20'), compile_and_run, ['-package stm'])
test('T16707', normal, compile_and_run, [''])
test('T16707', js_broken(22576), compile_and_run, [''])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment