Skip to content
Snippets Groups Projects
Commit cc322963 authored by Simon Marlow's avatar Simon Marlow
Browse files

run forkprocess01 with +RTS -ls too, to test #4512

parent 04ba2812
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,11 @@ test('signals001', conf, compile_and_run, ['-package unix -cpp']) ...@@ -7,9 +7,11 @@ test('signals001', conf, compile_and_run, ['-package unix -cpp'])
test('signals002', compose(only_compiler_types(['ghc']), conf), test('signals002', compose(only_compiler_types(['ghc']), conf),
compile_and_run, ['-package unix']) compile_and_run, ['-package unix'])
test('fileexist01', conf, compile_and_run, ['-package unix']) test('fileexist01', conf, compile_and_run, ['-package unix'])
test('forkprocess01', compose(only_compiler_types(['ghc']), test('forkprocess01', [ only_compiler_types(['ghc']),
compose(expect_fail_for(['threaded2']), conf)), expect_fail_for(['threaded2']),
compile_and_run, ['-package unix']) extra_ways(['threaded1_ls']), # test #4512
conf ],
compile_and_run, ['-package unix'])
# #
# user001 may fail due to this bug in glibc: # user001 may fail due to this bug in glibc:
......
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