Skip to content
Snippets Groups Projects
Unverified Commit bcbe1a5b authored by Simon Marlow's avatar Simon Marlow Committed by GitHub
Browse files

Merge pull request #60 from doyougnu/master

mark stm055, T16707 as broken for JS
parents 41cd21ed 23fe8abb
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