summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-17 15:27:36 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-20 22:56:31 -0400
commitcf3c3bcd93b3a515f3c2db81b5a7c42af480c9b6 (patch)
tree8c6242ab20a4e5a42b52088fbc550c2e011bb798
parentea736839d85594c95490dcf02d3325c2bbc68f33 (diff)
downloadhaskell-cf3c3bcd93b3a515f3c2db81b5a7c42af480c9b6.tar.gz
testsuite: Mark T12971 as fragile on Windows
Due to #17945.
-rw-r--r--testsuite/tests/driver/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index d39614ee7d..94ecb3006c 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -258,7 +258,7 @@ test('T12752pass', normal, compile, ['-DSHOULD_PASS=1 -Wcpp-undef'])
test('T12955', normal, makefile_test, [])
-test('T12971', [when(opsys('mingw32'), expect_broken(17945)), ignore_stdout], makefile_test, [])
+test('T12971', [when(opsys('mingw32'), fragile(17945)), ignore_stdout], makefile_test, [])
test('json', normal, compile_fail, ['-ddump-json'])
test('json2', normalise_version('base','ghc-prim'), compile, ['-ddump-types -ddump-json'])
test('T16167', exit_code(1), run_command,