[Git][ghc/ghc][wip/js-staging] testsuite: skip countReaders001 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 12:13:35 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
d8076073 by doyougnu at 2022-10-21T08:13:03-04:00
testsuite: skip countReaders001 for JS
- - - - -
1 changed file:
- libraries/base/tests/IO/all.T
Changes:
=====================================
libraries/base/tests/IO/all.T
=====================================
@@ -92,7 +92,7 @@ test('hGetBuf001',
test('hDuplicateTo001', [fragile_for(16819, concurrent_ways),
when(opsys('mingw32'), skip)], compile_and_run, [''])
-test('countReaders001', [], compile_and_run, [''])
+test('countReaders001', js_skip, compile_and_run, [''])
test('concio001', [normal, multi_cpu_race],
makefile_test, ['test.concio001'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d80760733a1101926aba75db84e6fcdd22b83203
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d80760733a1101926aba75db84e6fcdd22b83203
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/20221021/d44ff0af/attachment.html>
More information about the ghc-commits
mailing list