Skip to content
Snippets Groups Projects
Commit e3f71d0e authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Mark T16449_2 as broken due to #16742

parent dc5a37fd
No related branches found
No related tags found
No related merge requests found
...@@ -196,4 +196,4 @@ test('T15892', ...@@ -196,4 +196,4 @@ test('T15892',
extra_run_opts('+RTS -G1 -A32k -RTS') ], extra_run_opts('+RTS -G1 -A32k -RTS') ],
compile_and_run, ['-O']) compile_and_run, ['-O'])
test('T16617', normal, compile_and_run, ['']) test('T16617', normal, compile_and_run, [''])
test('T16449_2', exit_code(1), compile_and_run, ['']) test('T16449_2', [expect_broken_for(16742, ['dyn', 'ghci', 'optasm', 'threaded2']), exit_code(1)], 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