[Git][ghc/ghc][wip/supersven/riscv64-ncg] Fix MulMayOflo test
Sven Tennie (@supersven)
gitlab at gitlab.haskell.org
Tue May 28 15:12:59 UTC 2024
Sven Tennie pushed to branch wip/supersven/riscv64-ncg at Glasgow Haskell Compiler / GHC
Commits:
398cebec by Sven Tennie at 2024-05-28T10:45:46+02:00
Fix MulMayOflo test
A merge/rebase issue...
- - - - -
1 changed file:
- testsuite/tests/codeGen/should_run/all.T
Changes:
=====================================
testsuite/tests/codeGen/should_run/all.T
=====================================
@@ -235,7 +235,7 @@ test('CheckBoundsOK', normal, compile_and_run, ['-fcheck-prim-bounds'])
# not implemeted correctly (according to
# Note [MO_S_MulMayOflo significant width]) and may require fixing/adjustment.
test('MulMayOflo_full',
- [ extra_files(['MulMayOflo.hs', 'MulMayOflo_cmm.cmm']),
+ [ extra_files(['MulMayOflo.hs', 'MulMayOflo_full.cmm']),
when(unregisterised(), skip),
unless(
arch('aarch64') or arch('x86_64') or arch('i386') or arch('riscv64'),
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/398cebec2618bd55557267648953d7090dd420f6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/398cebec2618bd55557267648953d7090dd420f6
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/20240528/e2e90cbd/attachment.html>
More information about the ghc-commits
mailing list