summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-11-22 11:39:27 +0100
committerAndreas Klebinger <klebinger.andreas@gmx.at>2022-11-23 15:09:30 +0100
commit35185227554f6db5819822ef0edb2337a2627625 (patch)
tree21278b66dfef25b80dca8be5ef2b3c409e69748d
parentde5fb3489f2a9bd6dc75d0cb8925a27fe9b9084b (diff)
downloadhaskell-wip/andreask/ubx-fragile-test.tar.gz
Mark unpack_sums_6 fragile. See #22505wip/andreask/ubx-fragile-test
-rw-r--r--testsuite/tests/unboxedsums/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/unboxedsums/all.T b/testsuite/tests/unboxedsums/all.T
index 0d887c60ed..ff10d31655 100644
--- a/testsuite/tests/unboxedsums/all.T
+++ b/testsuite/tests/unboxedsums/all.T
@@ -45,7 +45,7 @@ test('unpack_sums_2', normal, compile, ['-O'])
test('unpack_sums_3', normal, compile_and_run, ['-O'])
test('unpack_sums_4', normal, compile_and_run, ['-O'])
test('unpack_sums_5', normal, compile, ['-O'])
-test('unpack_sums_6', normal, compile_and_run, ['-O'])
+test('unpack_sums_6', [fragile(22505)], compile_and_run, ['-O'])
test('unpack_sums_7', [], makefile_test, [])
test('unpack_sums_8', normal, compile_and_run, [""])
test('unpack_sums_9', normal, compile, [""])