[Git][ghc/ghc][wip/js-staging] Disable even more tests

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Thu Oct 6 15:07:09 UTC 2022



Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC


Commits:
14072610 by Sylvain Henry at 2022-10-06T17:10:23+02:00
Disable even more tests

- - - - -


2 changed files:

- testsuite/tests/ffi/should_run/all.T
- testsuite/tests/rts/all.T


Changes:

=====================================
testsuite/tests/ffi/should_run/all.T
=====================================
@@ -228,7 +228,7 @@ test('IncallAffinity',
 
 test('T19237', normal, compile_and_run, ['T19237_c.c'])
 
-test('T21305', omit_ways(['ghci']), multi_compile_and_run,
+test('T21305', [cmm_src,omit_ways(['ghci'])], multi_compile_and_run,
                  ['T21305', [('T21305_cmm.cmm', '')], ''])
 
 test('T22159',


=====================================
testsuite/tests/rts/all.T
=====================================
@@ -346,10 +346,10 @@ test('ListStaticPointers', [when(doing_ghci(), extra_hc_opts('-fobject-code'))],
      compile_and_run, [''])
 
 # 251 = RTS exit code for "out of memory"
-test('overflow1', [ exit_code(251), when(wordsize(32), expect_broken(15255)) ],
+test('overflow1', [ js_skip, exit_code(251), when(wordsize(32), expect_broken(15255)) ],
      compile_and_run, [''])
-test('overflow2', [ exit_code(251) ], compile_and_run, [''])
-test('overflow3', [ exit_code(251) ], compile_and_run, [''])
+test('overflow2', [ js_skip, exit_code(251) ], compile_and_run, [''])
+test('overflow3', [ js_skip, exit_code(251) ], compile_and_run, [''])
 
 def grep_stderr(pattern):
     def wrapper(cmd, pattern=pattern):



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/14072610bc04343e7ade37d999b34de3d6aa3943
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/20221006/190d2891/attachment-0001.html>


More information about the ghc-commits mailing list