[Git][ghc/ghc][wip/js-staging] testsuite: skip T10414 for JS backend
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 12:16:38 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
6c61757c by doyougnu at 2022-10-21T08:16:01-04:00
testsuite: skip T10414 for JS backend
- - - - -
1 changed file:
- testsuite/tests/codeGen/should_run/all.T
Changes:
=====================================
testsuite/tests/codeGen/should_run/all.T
=====================================
@@ -156,7 +156,7 @@ test('T10246', normal, compile_and_run, [''])
test('T9533', normal, compile_and_run, [''])
test('T9533b', normal, compile_and_run, [''])
test('T9533c', normal, compile_and_run, [''])
-test('T10414', [only_ways(['threaded2']), extra_ways(['threaded2']), req_smp],
+test('T10414', [only_ways(['threaded2']), extra_ways(['threaded2']), req_smp, js_skip],
compile_and_run, ['-feager-blackholing'])
test('T10521', normal, compile_and_run, [''])
test('T10521b', normal, compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6c61757c8a9320b6dee6dae5ccd9216d74b7223b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6c61757c8a9320b6dee6dae5ccd9216d74b7223b
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/4de851de/attachment-0001.html>
More information about the ghc-commits
mailing list