[Git][ghc/ghc][master] testsuite: Mark conc024 fragile on Windows

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Fri Dec 9 03:51:14 UTC 2022



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
aacf616d by Bryan Richter at 2022-12-08T22:50:56-05:00
testsuite: Mark conc024 fragile on Windows

- - - - -


1 changed file:

- testsuite/tests/concurrent/should_run/all.T


Changes:

=====================================
testsuite/tests/concurrent/should_run/all.T
=====================================
@@ -149,7 +149,7 @@ test('conc021',
   compile_and_run, [''])
 test('conc022', normal, compile_and_run, [''])
 
-test('conc024', normal, compile_and_run, [''])
+test('conc024', when(opsys('mingw32'), fragile(17733)), compile_and_run, [''])
 test('conc025', normal, compile_and_run, [''])
 test('conc026', normal, compile_and_run, [''])
 test('conc028', normal, compile_and_run, [''])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aacf616df0b4059e6b177ecb64624ae6fb1d1c87

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aacf616df0b4059e6b177ecb64624ae6fb1d1c87
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/20221208/a1ddd53d/attachment.html>


More information about the ghc-commits mailing list