[Git][ghc/ghc][wip/js-staging] Disable T12059
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Oct 3 15:18:00 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
49f30321 by Sylvain Henry at 2022-10-03T17:21:19+02:00
Disable T12059
- - - - -
1 changed file:
- testsuite/tests/codeGen/should_run/all.T
Changes:
=====================================
testsuite/tests/codeGen/should_run/all.T
=====================================
@@ -163,7 +163,10 @@ test('T10521b', normal, compile_and_run, [''])
test('T10870', when(wordsize(32), skip), 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('T12059',
+ [ js_skip # ByteArrays are always pinned with the JS backend
+ ],
+ compile_and_run, [''])
test('T12433', normal, compile_and_run, [''])
test('T12622', normal, multimod_compile_and_run, ['T12622', '-O'])
test('T12757', normal, compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/49f3032193f144cd1ab20a5e1d2c47a1b44733bc
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/49f3032193f144cd1ab20a5e1d2c47a1b44733bc
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/20221003/4184ef67/attachment.html>
More information about the ghc-commits
mailing list