[Git][ghc/ghc][wip/js-staging] testsuite: skip T11004 and T12504 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 20:30:21 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
d6b7b5c4 by doyougnu at 2022-10-20T16:29:38-04:00
testsuite: skip T11004 and T12504 for JS
- - - - -
1 changed file:
- testsuite/tests/hsc2hs/all.T
Changes:
=====================================
testsuite/tests/hsc2hs/all.T
=====================================
@@ -19,9 +19,9 @@ test('T10272', [ when(arch('arm'), expect_broken(17556))
, js_broken(17556)
], makefile_test, [])
-test('T11004', [], makefile_test, [])
+test('T11004', js_skip, makefile_test, [])
-test('T12504', [extra_files(['T12504']), ignore_stdout], makefile_test, [])
+test('T12504', [extra_files(['T12504']), ignore_stdout, js_skip], makefile_test, [])
# Make sure response files are read and used.
test('T15758', [], makefile_test, [])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d6b7b5c43c1e18071fd038d91e420318c6935ed6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d6b7b5c43c1e18071fd038d91e420318c6935ed6
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/03e04028/attachment.html>
More information about the ghc-commits
mailing list