[Git][ghc/ghc][wip/T24264] fixup

Matthew Craven (@clyring) gitlab at gitlab.haskell.org
Thu Dec 28 18:22:35 UTC 2023



Matthew Craven pushed to branch wip/T24264 at Glasgow Haskell Compiler / GHC


Commits:
f69e505f by Matthew Craven at 2023-12-28T13:22:17-05:00
fixup

- - - - -


1 changed file:

- testsuite/tests/codeGen/should_compile/all.T


Changes:

=====================================
testsuite/tests/codeGen/should_compile/all.T
=====================================
@@ -128,7 +128,5 @@ test('T21710a', [ unless(tables_next_to_code(), skip) , when(wordsize(32), skip)
                 , grep_errmsg('(call)',[1]) ]
                 , compile, ['-ddump-cmm -dno-typeable-binds'])
 test('T23002', normal, compile, ['-fregs-graph'])
-test('T24264', [req_cmm, when(unregisterised(), expect_broken(0)),
-                         # (after this passes full CI, create a real ticket to reference)
-                grep_errmsg(r'(.*\().*(\) returns to)', [1,2])],
+test('T24264', [req_cmm, grep_errmsg(r'(.*\().*(\) returns to)', [1,2])],
      compile, ['-O -ddump-cmm-from-stg -dno-typeable-binds'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f69e505fdcf3578d07d87346924aed79efd3bb90

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f69e505fdcf3578d07d87346924aed79efd3bb90
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/20231228/0e668d99/attachment.html>


More information about the ghc-commits mailing list