[Git][ghc/ghc][wip/T24264] Mark T24264 broken when unregisterised

Matthew Craven (@clyring) gitlab at gitlab.haskell.org
Fri Dec 22 22:45:53 UTC 2023



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


Commits:
bb380439 by Matthew Craven at 2023-12-22T17:44:58-05:00
Mark T24264 broken when unregisterised

- - - - -


1 changed file:

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


Changes:

=====================================
testsuite/tests/codeGen/should_compile/all.T
=====================================
@@ -128,5 +128,7 @@ 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, grep_errmsg(r'(.*\().*(\) returns to)', [1,2])],
+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])],
      compile, ['-O -ddump-cmm -dno-typeable-binds'])



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bb38043918fe2400ad7924bbb8c01fe6ea61a64f
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/20231222/b47fb1f6/attachment.html>


More information about the ghc-commits mailing list