summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2023-02-14 12:28:32 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-02-16 06:43:47 -0500
commit1878e0bd24f619806371e460eb2f542453f4e4a7 (patch)
treeba92e5c695a69657d37533f5fcfef86f43ebd749
parent631c6c726d6ab86be1a3aa289e1468a75fb36bf6 (diff)
downloadhaskell-1878e0bd24f619806371e460eb2f542453f4e4a7.tar.gz
tests: Mark T12903 fragile everywhere
See #21184
-rw-r--r--testsuite/tests/rts/all.T10
1 files changed, 3 insertions, 7 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 2bf9ac2f37..006362d967 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -418,13 +418,9 @@ test('T12497', [ unless(opsys('mingw32'), skip), expect_broken(22694)
test('T13617', [ unless(opsys('mingw32'), skip)],
makefile_test, ['T13617'])
-# This test sometimes produces out of sequence samples in the profasm way, but
-# not reliably, so we just skip it. See ticket #15065.
-# Test is being skipped on darwin due to it's flakiness.
-test('T12903', [ when(opsys('mingw32'), skip)
- , when(opsys('darwin'), skip)
- , when(arch('i386'), fragile(20377))
- , omit_ways(['ghci', 'profasm'])
+# Test is fragile on all systems. #21184 links to various other reports through
+# its history.
+test('T12903', [ fragile(21184)
, js_broken(22374)]
, compile_and_run, [''])