[Git][ghc/ghc][wip/js-staging] testsuite: skip T14624, T20199 for JS backend

doyougnu (@doyougnu) gitlab at gitlab.haskell.org
Thu Oct 20 20:13:06 UTC 2022



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


Commits:
4d2aabb9 by doyougnu at 2022-10-20T16:12:18-04:00
testsuite: skip T14624, T20199 for JS backend

- - - - -


2 changed files:

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


Changes:

=====================================
testsuite/tests/ffi/should_run/all.T
=====================================
@@ -202,7 +202,7 @@ test('T12134', [omit_ways(['ghci']),req_c], compile_and_run, ['T12134_c.c'])
 
 test('T12614', [omit_ways(['ghci']),req_c], compile_and_run, ['T12614_c.c'])
 
-test('T14624', [omit_ways(['ghci'])], compile_and_run, ['T14624_c.c'])
+test('T14624', [omit_ways(['ghci']), js_skip], compile_and_run, ['T14624_c.c'])
 
 test('T15933', [extra_files(['T15933_c.c', 'T15933.h']), req_c], makefile_test, ['T15933'])
 


=====================================
testsuite/tests/rts/all.T
=====================================
@@ -517,7 +517,7 @@ test('T19381',
       # memory behavior changes appreciably with the nonmoving collector
       omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_sanity'])],
      compile_and_run, [''])
-test('T20199', [ grep_errmsg('Hello') ]
+test('T20199', [ grep_errmsg('Hello'), js_skip ]
       , makefile_test, [])
 
 test('cloneMyStack', [req_c,extra_files(['cloneStackLib.c'])], compile_and_run, ['cloneStackLib.c'])



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4d2aabb92c242125eab3832f58772cedc41b236c
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/20221020/c31603a3/attachment-0001.html>


More information about the ghc-commits mailing list