Skip to content
Snippets Groups Projects
Commit 7c2ce0a0 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Skip T14931 on Windows

This test uses -dynamic-too, which is not supported on Windows.
parent 925fbdbb
No related merge requests found
...@@ -6,5 +6,7 @@ test('prof002', [only_ways(['normal']), req_profiling], compile_and_run, ['-prof ...@@ -6,5 +6,7 @@ test('prof002', [only_ways(['normal']), req_profiling], compile_and_run, ['-prof
test('T2410', [only_ways(['normal']), req_profiling], compile, ['-O2 -prof -fprof-cafs']) test('T2410', [only_ways(['normal']), req_profiling], compile, ['-O2 -prof -fprof-cafs'])
test('T5889', [only_ways(['normal']), req_profiling, extra_files(['T5889/A.hs', 'T5889/B.hs'])], multimod_compile, ['A B', '-O -prof -fno-prof-count-entries -v0']) test('T5889', [only_ways(['normal']), req_profiling, extra_files(['T5889/A.hs', 'T5889/B.hs'])], multimod_compile, ['A B', '-O -prof -fno-prof-count-entries -v0'])
test('T12790', [only_ways(['normal']), req_profiling], compile, ['-O -prof']) test('T12790', [only_ways(['normal']), req_profiling], compile, ['-O -prof'])
test('T14931', [only_ways(['normal']), req_profiling], makefile_test, ['T14931']) # -dynamic-too not supported on Windows
test('T14931', [when(opsys('mingw32'), skip), only_ways(['normal']), req_profiling],
makefile_test, ['T14931'])
test('T15108', [only_ways(['normal']), req_profiling], compile, ['-O -prof -fprof-auto']) test('T15108', [only_ways(['normal']), req_profiling], compile, ['-O -prof -fprof-auto'])
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