[Git][ghc/ghc][wip/js-staging] testsuite: skip remaining failing tests for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 13:03:15 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
b8fb76df by doyougnu at 2022-10-21T09:02:47-04:00
testsuite: skip remaining failing tests for JS
- - - - -
3 changed files:
- testsuite/tests/driver/T13914/all.T
- testsuite/tests/lib/base/all.T
- testsuite/tests/rename/prog006/all.T
Changes:
=====================================
testsuite/tests/driver/T13914/all.T
=====================================
@@ -1,3 +1,5 @@
test('T13914',
- [extra_files(['main.hs'])],
+ [ extra_files(['main.hs'])
+ , js_skip
+ ],
makefile_test, ['t13914'])
=====================================
testsuite/tests/lib/base/all.T
=====================================
@@ -1,10 +1,10 @@
test('DataTypeOrd', normal, compile_and_run, [''])
test('T16586', normal, compile_and_run, ['-O2'])
# Event-manager not supported on Windows
-test('T16916', when(opsys('mingw32'), skip), compile_and_run, ['-O2 -threaded -with-rtsopts="-I0" -rtsopts'])
+test('T16916', [when(opsys('mingw32'), skip), js_skip], compile_and_run, ['-O2 -threaded -with-rtsopts="-I0" -rtsopts'])
test('T17310', normal, compile, [''])
test('T19691', normal, compile, [''])
-test('executablePath', extra_run_opts(config.os), compile_and_run, [''])
+test('executablePath', [extra_run_opts(config.os), js_skip], compile_and_run, [''])
test('T17472', normal, compile_and_run, [''])
test('T19569b', normal, compile_and_run, [''])
test('Monoid_ByteArray', normal, compile_and_run, [''])
=====================================
testsuite/tests/rename/prog006/all.T
=====================================
@@ -1 +1 @@
-test('rn.prog006', [extra_files(['A.hs', 'B/', 'Main.hs', 'pwd.hs'])], makefile_test, [])
+test('rn.prog006', [extra_files(['A.hs', 'B/', 'Main.hs', 'pwd.hs']), js_skip], makefile_test, [])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8fb76dfb891a91cd99d8c6ff9ca154d8889935a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8fb76dfb891a91cd99d8c6ff9ca154d8889935a
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/6d55c49e/attachment-0001.html>
More information about the ghc-commits
mailing list