[Git][ghc/ghc][wip/fragile-T7919] Mark T7919 as fragile
Bryan R (@chreekat)
gitlab at gitlab.haskell.org
Wed Oct 12 06:53:19 UTC 2022
Bryan R pushed to branch wip/fragile-T7919 at Glasgow Haskell Compiler / GHC
Commits:
64a390d9 by Bryan Richter at 2022-10-12T09:52:51+03:00
Mark T7919 as fragile
On x86_64-linux, T7919 timed out ~30 times during July 2022.
And again ~30 times in September 2022.
- - - - -
1 changed file:
- testsuite/tests/rts/all.T
Changes:
=====================================
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, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/64a390d9c57b35edb6e7cf09b9324b43a3d08671
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/64a390d9c57b35edb6e7cf09b9324b43a3d08671
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221012/49709eea/attachment-0001.html>
More information about the ghc-commits
mailing list