Skip to content
Snippets Groups Projects
Unverified Commit 94cca26b authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by GitHub
Browse files

Merge pull request #137 from haskell/wip/testsuite-fixes

testsuite: Mark posix002 as fragile in all concurrent_ways
parents 30cfb72c 27751522
No related branches found
No related tags found
No related merge requests found
test('posix002', [ reqlib('unix'), omit_ways(prof_ways), fragile_for(16550, ['threaded2']) ],
test('posix002', [ reqlib('unix'), omit_ways(prof_ways), fragile_for(16550, concurrent_ways) ],
compile_and_run, [''])
# Skip on mingw32: assumes existence of 'pwd' and /tmp
......
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