[Git][ghc/ghc][wip/ghc-9.12-release] testsuite: Introduce req_c_rts

Zubin (@wz1000) gitlab at gitlab.haskell.org
Fri Dec 13 06:09:02 UTC 2024



Zubin pushed to branch wip/ghc-9.12-release at Glasgow Haskell Compiler / GHC


Commits:
ba0bbedc by Ben Gamari at 2024-12-13T11:38:19+05:30
testsuite: Introduce req_c_rts

As suggested by @hsyl20, this is intended to mark tests that rely on the
behavior of the C RTS.

(cherry picked from commit 1e84b41108d96cb721dd11281105fdf621105a12)

- - - - -


1 changed file:

- testsuite/driver/testlib.py


Changes:

=====================================
testsuite/driver/testlib.py
=====================================
@@ -270,6 +270,10 @@ def req_bco( name, opts ):
     # JS backend doesn't support ByteCode
     js_skip(name, opts)
 
+def req_c_rts( name, opts ):
+    """ Require the C runtime system (rather than, e.g. the Javascript RTS). """
+    js_skip(name, opts)
+
 def req_rts_linker( name, opts ):
     if not config.have_RTS_linker:
         opts.expect = 'fail'



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ba0bbedc6b14547bf8bd056b111373b6003de2a9
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/20241213/240ad1b8/attachment.html>


More information about the ghc-commits mailing list