[Git][ghc/ghc][wip/js-staging] Testsuite: disable more Cmm tests
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Thu Aug 25 17:53:48 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
5e95d3bf by Sylvain Henry at 2022-08-25T19:55:40+02:00
Testsuite: disable more Cmm tests
- - - - -
2 changed files:
- testsuite/tests/cmm/should_run/all.T
- testsuite/tests/codeGen/should_run/all.T
Changes:
=====================================
testsuite/tests/cmm/should_run/all.T
=====================================
@@ -6,6 +6,7 @@ test('HooplPostorder',
test('cmp64',
[ extra_run_opts('"' + config.libdir + '"')
, omit_ways(['ghci'])
+ , js_skip
],
multi_compile_and_run,
['cmp64', [('cmp64_cmm.cmm', '')], '-O'])
@@ -20,6 +21,7 @@ test('cmp64',
test('ByteSwitch',
[ extra_run_opts('"' + config.libdir + '"')
, omit_ways(['ghci'])
+ , js_skip
],
multi_compile_and_run,
['ByteSwitch', [('ByteSwitch_cmm.cmm', '')], ''])
=====================================
testsuite/tests/codeGen/should_run/all.T
=====================================
@@ -74,7 +74,7 @@ test('cgrun065', normal, compile_and_run, [''])
test('cgrun066', normal, compile_and_run, [''])
test('cgrun067', [extra_files(['Cgrun067A.hs'])], compile_and_run, [''])
test('cgrun069',
- [ omit_ways(['ghci'])],
+ [ omit_ways(['ghci']), js_skip],
multi_compile_and_run,
['cgrun069', [('cgrun069_cmm.cmm', '')], ''])
test('cgrun070', normal, compile_and_run, [''])
@@ -99,7 +99,7 @@ test('T3207', normal, compile_and_run, [''])
test('T3561', normal, compile_and_run, [''])
test('T3677', extra_run_opts('+RTS -K8k -RTS'), compile_and_run, [''])
test('T4441', normal, compile_and_run, [''])
-test('T5149', omit_ways(['ghci']), multi_compile_and_run,
+test('T5149', [omit_ways(['ghci']), js_skip], multi_compile_and_run,
['T5149', [('T5149_cmm.cmm', '')], ''])
test('T5129',
# The bug is in simplifier when run with -O1 and above, so only run it
@@ -161,7 +161,7 @@ test('T10414', [only_ways(['threaded2']), extra_ways(['threaded2']), req_smp],
test('T10521', normal, compile_and_run, [''])
test('T10521b', normal, compile_and_run, [''])
test('T10870', when(wordsize(32), skip), compile_and_run, [''])
-test('PopCnt', omit_ways(['ghci']), multi_compile_and_run,
+test('PopCnt', [omit_ways(['ghci']), js_skip], multi_compile_and_run,
['PopCnt', [('PopCnt_cmm.cmm', '')], ''])
test('T12059', normal, compile_and_run, [''])
test('T12433', normal, compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e95d3bf969f62fe47369be8bf7a0e5dff53c300
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e95d3bf969f62fe47369be8bf7a0e5dff53c300
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/20220825/ac85b56c/attachment-0001.html>
More information about the ghc-commits
mailing list