[Git][ghc/ghc][wip/slowtest] testsuite: Mark threadstatus-T9333 as fragile in ghci way
Ben Gamari
gitlab at gitlab.haskell.org
Mon Apr 8 14:36:47 UTC 2019
Ben Gamari pushed to branch wip/slowtest at Glasgow Haskell Compiler / GHC
Commits:
a1927cb0 by Ben Gamari at 2019-04-08T14:35:51Z
testsuite: Mark threadstatus-T9333 as fragile in ghci way
As noted in #16555.
- - - - -
1 changed file:
- testsuite/tests/concurrent/should_run/all.T
Changes:
=====================================
testsuite/tests/concurrent/should_run/all.T
=====================================
@@ -88,7 +88,7 @@ test('T7970', normal, compile_and_run, [''])
test('AtomicPrimops', normal, compile_and_run, [''])
# test uses 2 threads and yield, scheduling can vary with threaded2
-test('threadstatus-9333', [omit_ways(['threaded2'])], compile_and_run, [''])
+test('threadstatus-9333', [fragile_for(16555, ['ghci']), omit_ways(['threaded2'])], compile_and_run, [''])
test('T9379', normal, compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/a1927cb0269d1231bd8086d17f812cc38d8330e5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/a1927cb0269d1231bd8086d17f812cc38d8330e5
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/20190408/0e30666c/attachment.html>
More information about the ghc-commits
mailing list