Skip to content
Snippets Groups Projects
Commit 861ad256 authored by Thomas Miedema's avatar Thomas Miedema
Browse files

Cleanup one more test

parent 47443038
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
test('signals001', normal, compile_and_run, ['-package unix -cpp']) test('signals001', normal, compile_and_run, ['-package unix -cpp'])
test('signals002', [], compile_and_run, ['-package unix']) test('signals002', [], compile_and_run, ['-package unix'])
test('fileexist01', normal, compile_and_run, ['-package unix']) test('fileexist01', normal, compile_and_run, ['-package unix'])
test('forkprocess01', [ only_compiler_types(['ghc']),
extra_ways(['threaded1_ls']) ], # test #4512 # test #4512
compile_and_run, ['-package unix']) test('forkprocess01', extra_ways(['threaded1_ls']), 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