[Git][ghc/ghc][wip/js-staging] testsuite: skip openFile00{5,7} readFile001 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 20:25:53 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
fa2bed51 by doyougnu at 2022-10-20T16:24:34-04:00
testsuite: skip openFile00{5,7} readFile001 for JS
- - - - -
1 changed file:
- libraries/base/tests/IO/all.T
Changes:
=====================================
libraries/base/tests/IO/all.T
=====================================
@@ -63,14 +63,14 @@ test('openFile001', normal, compile_and_run, [''])
test('openFile002', [exit_code(1), normalise_win32_io_errors], compile_and_run, [''])
test('openFile003', [normalise_win32_io_errors, js_skip], compile_and_run, [''])
test('openFile004', [], compile_and_run, [''])
-test('openFile005', [], compile_and_run, [''])
+test('openFile005', js_skip, compile_and_run, [''])
test('openFile006', [], compile_and_run, [''])
-test('openFile007', [], compile_and_run, [''])
+test('openFile007', js_skip, compile_and_run, [''])
test('openFile008', [when(platform('js-unknown-ghcjs'), skip), cmd_prefix('ulimit -n 1024; ')], compile_and_run, [''])
test('openFile009', [], compile_and_run, [''])
test('putStr001', normal, compile_and_run, [''])
-test('readFile001', [], compile_and_run, [''])
+test('readFile001', js_skip, compile_and_run, [''])
test('readwrite001', [], compile_and_run, ['-cpp'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fa2bed51aa4f1b4c5e0629434cd208317b9a2664
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fa2bed51aa4f1b4c5e0629434cd208317b9a2664
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/20221020/b4294b9b/attachment-0001.html>
More information about the ghc-commits
mailing list