[Git][ghc/ghc][wip/js-staging] testsuite: skip T12852 for JS backend

doyougnu (@doyougnu) gitlab at gitlab.haskell.org
Mon Oct 24 21:24:20 UTC 2022



doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC


Commits:
b8ee3afe by doyougnu at 2022-10-24T17:23:51-04:00
testsuite: skip T12852 for JS backend

- - - - -


1 changed file:

- libraries/base/tests/all.T


Changes:

=====================================
libraries/base/tests/all.T
=====================================
@@ -238,7 +238,7 @@ test('T10149', normal, compile_and_run, [''])
 test('T11334a', normal, compile_and_run, [''])
 test('T11555', normal, compile_and_run, [''])
 test('T12494', normal, compile_and_run, [''])
-test('T12852', when(opsys('mingw32'), skip), compile_and_run, [''])
+test('T12852', [when(opsys('mingw32'), skip), js_skip], compile_and_run, [''])
 test('lazySTexamples', normal, compile_and_run, [''])
 test('T11760', [req_smp, js_skip], compile_and_run, ['-threaded -with-rtsopts=-N2'])
 test('T12874', normal, compile_and_run, [''])



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8ee3afefb3aab3d0d6a9c40c719df48212b9ed0
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/20221024/219c6487/attachment-0001.html>


More information about the ghc-commits mailing list