[Git][ghc/ghc][master] Testsuite: use js_skip for T2615 (#22374)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed Mar 22 19:32:17 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
30d45e97 by Sylvain Henry at 2023-03-22T15:32:01-04:00
Testsuite: use js_skip for T2615 (#22374)

- - - - -


1 changed file:

- testsuite/tests/rts/linker/all.T


Changes:

=====================================
testsuite/tests/rts/linker/all.T
=====================================
@@ -28,7 +28,9 @@ test('T23066',
 # Test to see if linker scripts link properly to real ELF files
 test('T2615',
      [extra_files(['libfoo_T2615.c', 'libfoo_script_T2615.so']),
-       js_broken(22374),
+       # JavaScript linker doesn't support linker scripts
+       js_skip,
+       # Windows linker doesn't seem to support linker scripts
        when(opsys('mingw32'), skip),
        # OS X doesn't seem to support linker scripts
        when(opsys('darwin'), skip),



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/30d45e971d94b3c28296a3f20f94275f38bc89d1
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/20230322/fdc48368/attachment.html>


More information about the ghc-commits mailing list