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

testsuite: Disable T4334 in nonmoving_thr way

parent 64433428
No related merge requests found
...@@ -15,8 +15,9 @@ test('T4334', ...@@ -15,8 +15,9 @@ test('T4334',
# Test for a space leak in Data.List.lines (fixed with #4334) # Test for a space leak in Data.List.lines (fixed with #4334)
[extra_run_opts('1000000 2 t'), [extra_run_opts('1000000 2 t'),
collect_stats('peak_megabytes_allocated',2), collect_stats('peak_megabytes_allocated',2),
# prof ways don't work well with +RTS -V0 # prof ways don't work well with +RTS -V0, nonmoving way residency is
omit_ways(['profasm','profthreaded']) # highly variable.
omit_ways(['profasm','profthreaded','nonmoving_thr'])
], ],
compile_and_run, ['']) 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