diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-10-17 15:27:36 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-20 22:56:31 -0400 |
commit | cf3c3bcd93b3a515f3c2db81b5a7c42af480c9b6 (patch) | |
tree | 8c6242ab20a4e5a42b52088fbc550c2e011bb798 /testsuite/tests | |
parent | ea736839d85594c95490dcf02d3325c2bbc68f33 (diff) | |
download | haskell-cf3c3bcd93b3a515f3c2db81b5a7c42af480c9b6.tar.gz |
testsuite: Mark T12971 as fragile on Windows
Due to #17945.
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/driver/all.T | 2 |
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, |