summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2022-10-03 16:27:53 +0300
committerBryan Richter <bryan@haskell.foundation>2022-10-12 09:52:51 +0300
commit64a390d9c57b35edb6e7cf09b9324b43a3d08671 (patch)
treebcd89ddaee976619fbfe9b0617d6292e59e722f8
parent27978ceb649e929df29a94e98916c341169395af (diff)
downloadhaskell-64a390d9c57b35edb6e7cf09b9324b43a3d08671.tar.gz
Mark T7919 as fragile
On x86_64-linux, T7919 timed out ~30 times during July 2022. And again ~30 times in September 2022.
-rw-r--r--testsuite/tests/rts/all.T10
1 files changed, 7 insertions, 3 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index c361e87b2f..47c422c6d8 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -267,9 +267,13 @@ test('T7815', [ multi_cpu_race,
test('ffishutdown', [ignore_stderr, only_ways(['threaded1','threaded2'])],
compile_and_run, [''])
-# Times out in ghci way
-test('T7919', [when(fast(), skip), omit_ways(['ghci'] + prof_ways)], compile_and_run,
- [config.ghc_th_way_flags])
+# Times out in ghci way.
+# Also times out on x86_64-linux from time to time.
+test('T7919', [ when(fast(), skip)
+ , omit_ways(['ghci'] + prof_ways)
+ , when(platform('x86_64-unknown-linux'), fragile(22283))
+ ]
+ , compile_and_run, [config.ghc_th_way_flags])
test('T8035', normal, compile_and_run, [''])