[Git][ghc/ghc][wip/js-staging] testsuite: skip fat005 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 01:21:01 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
709e28bc by doyougnu at 2022-10-20T21:20:35-04:00
testsuite: skip fat005 for JS
- - - - -
1 changed file:
- testsuite/tests/driver/fat-iface/all.T
Changes:
=====================================
testsuite/tests/driver/fat-iface/all.T
=====================================
@@ -1,5 +1,5 @@
test('fat001', [extra_files(['Fat.hs'])], makefile_test, ['fat001'])
-test('fat005', [extra_files(['Fat.hs']), filter_stdout_lines(r'= Proto-BCOs')], makefile_test, ['fat005'])
+test('fat005', [extra_files(['Fat.hs']), filter_stdout_lines(r'= Proto-BCOs'), js_skip], makefile_test, ['fat005'])
test('fat006', [extra_files(['Fat.hs'])], makefile_test, ['fat006'])
test('fat006a', [extra_files(['Fat.hs'])], makefile_test, ['fat006a'])
test('fat007', [extra_files(['Fat.hs'])], makefile_test, ['fat007'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/709e28bc59907e7367ec375b1313d46aa22629d0
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/709e28bc59907e7367ec375b1313d46aa22629d0
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/4f842f83/attachment.html>
More information about the ghc-commits
mailing list