summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-07 11:03:48 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-09 23:03:38 (GMT)
commit7c2ce0a03eb18deb3b255c1f39df89081a772e93 (patch)
treeadcb36a862de7fe61500fd67d8b2c7cb512c59aa
parent925fbdbb184aa587a5a6ee61162ab6dff5131559 (diff)
downloadghc-7c2ce0a03eb18deb3b255c1f39df89081a772e93.zip
ghc-7c2ce0a03eb18deb3b255c1f39df89081a772e93.tar.gz
ghc-7c2ce0a03eb18deb3b255c1f39df89081a772e93.tar.bz2
testsuite: Skip T14931 on Windows
This test uses -dynamic-too, which is not supported on Windows.
-rw-r--r--testsuite/tests/profiling/should_compile/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_compile/all.T b/testsuite/tests/profiling/should_compile/all.T
index a29d290..6f41f6b 100644
--- a/testsuite/tests/profiling/should_compile/all.T
+++ b/testsuite/tests/profiling/should_compile/all.T
@@ -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('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('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'])