[Git][ghc/ghc][wip/fragile-T7919] Mark T7919 as fragile

Bryan R (@chreekat) gitlab at gitlab.haskell.org
Tue Oct 4 11:19:24 UTC 2022



Bryan R pushed to branch wip/fragile-T7919 at Glasgow Haskell Compiler / GHC


Commits:
336554c6 by Bryan Richter at 2022-10-04T14:18:42+03:00
Mark T7919 as fragile

On x86_64-linux, T7919 timed out ~30 times during July 2022.

- - - - -


1 changed file:

- testsuite/tests/rts/all.T


Changes:

=====================================
testsuite/tests/rts/all.T
=====================================
@@ -298,9 +298,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(7919))
+              ]
+              , 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/336554c60d35014c9e443a17e491cb6326f57800

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/336554c60d35014c9e443a17e491cb6326f57800
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/20221004/a0029926/attachment-0001.html>


More information about the ghc-commits mailing list