[Git][ghc/ghc][wip/js-staging] testsuite: skip T13525 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 11:58:03 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
7bf54ca2 by doyougnu at 2022-10-21T07:57:23-04:00
testsuite: skip T13525 for JS
Fails for missing h$base_mkfifo
- - - - -
1 changed file:
- libraries/base/tests/all.T
Changes:
=====================================
libraries/base/tests/all.T
=====================================
@@ -249,7 +249,7 @@ test('T13191',
],
compile_and_run,
['-O'])
-test('T13525', when(opsys('mingw32'), skip), compile_and_run, [''])
+test('T13525', [when(opsys('mingw32'), skip), js_skip], compile_and_run, [''])
test('T13097', normal, compile_and_run, [''])
test('functorOperators', normal, compile_and_run, [''])
test('T3474',
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7bf54ca2fc513093b53b31ade2a76cd6aaced5ed
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7bf54ca2fc513093b53b31ade2a76cd6aaced5ed
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/e132fbf1/attachment.html>
More information about the ghc-commits
mailing list