[Git][ghc/ghc][wip/T24634-oneshot-bytecode] skip T24634 when debugging
Torsten Schmits (@torsten.schmits)
gitlab at gitlab.haskell.org
Mon Jul 29 17:26:11 UTC 2024
Torsten Schmits pushed to branch wip/T24634-oneshot-bytecode at Glasgow Haskell Compiler / GHC
Commits:
36e03cd6 by Torsten Schmits at 2024-07-29T19:26:05+02:00
skip T24634 when debugging
- - - - -
1 changed file:
- testsuite/tests/bytecode/T24634/all.T
Changes:
=====================================
testsuite/tests/bytecode/T24634/all.T
=====================================
@@ -1,7 +1,17 @@
+# Skipping this on debug compilers because of a pipeline failure in `x86_64-linux-deb12-numa-slow-validate`:
+#
+# WARNING:
+# CorePrep: silly extra arguments:
+# say_hello
+# Call stack:
+# CallStack (from HasCallStack):
+# warnPprTrace, called at compiler/GHC/CoreToStg/Prep.hs:<line>:<column> in <package-id>:GHC.CoreToStg.Prep
+
test('T24634',
[extra_files(['hello_c.h', 'hello_c.c', 'Hello.hs', 'Main.hs']),
req_c,
req_th,
+ when(compiler_debugged(), skip),
],
makefile_test,
[])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/36e03cd62bdf22107c609f6114c03075623976e5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/36e03cd62bdf22107c609f6114c03075623976e5
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/20240729/866260c2/attachment.html>
More information about the ghc-commits
mailing list