summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Shao <terrorjack@type.dance>2022-12-15 18:23:31 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-16 16:13:59 -0500
commitef9ac9d2bcf8286024b6a007d5d46e49a314e9af (patch)
treee4f7af4f9a8a531336170e1ef8018e3035da9359
parent0dd95421c99749fa1db89583acf12d5617de4bfc (diff)
downloadhaskell-ef9ac9d2bcf8286024b6a007d5d46e49a314e9af.tar.gz
testsuite: Mark T9405 as fragile instead of broken on Windows
It's starting to pass again, and the unexpected pass blocks CI.
-rw-r--r--testsuite/tests/rts/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 92585a9f07..2b8ce66e3e 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -397,7 +397,7 @@ test('T10904', [ omit_ways(['ghci']), extra_run_opts('20000'), req_c ],
test('T10728', [extra_run_opts('+RTS -maxN3 -RTS'), only_ways(['threaded2'])],
compile_and_run, [''])
-test('T9405', [when(opsys('mingw32'), expect_broken(21361)), js_broken(22261)], makefile_test, ['T9405'])
+test('T9405', [when(opsys('mingw32'), fragile(21361)), js_broken(22261)], makefile_test, ['T9405'])
test('T11788', [ when(ghc_dynamic(), skip)
, req_interp