[Git][ghc/ghc][master] Testsuite: mark T13167 as fragile for JS (#22921)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Feb 16 11:44:57 UTC 2023



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


Commits:
df3d94bd by Sylvain Henry at 2023-02-16T06:44:33-05:00
Testsuite: mark T13167 as fragile for JS (#22921)

- - - - -


1 changed file:

- libraries/base/tests/all.T


Changes:

=====================================
libraries/base/tests/all.T
=====================================
@@ -271,7 +271,8 @@ test('T13167',
      [ when(opsys('mingw32')
      , only_ways(['winio', 'winio_threaded']))
      , fragile_for(16536, concurrent_ways)
-     , js_broken(22261)
+       # fragile on JS
+     , when(js_arch(), fragile(22921))
      ],
      compile_and_run, [''])
 test('T15183', normal, compile_and_run, [''])



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/df3d94bd2958b36823e8bec8786da2a6498ab1ab
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/20230216/c0e250d4/attachment.html>


More information about the ghc-commits mailing list