[Git][ghc/ghc][wip/js-staging] testsuite: skip T11155 T21336a T21869 for JS

doyougnu (@doyougnu) gitlab at gitlab.haskell.org
Fri Oct 21 12:29:27 UTC 2022



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


Commits:
5d28ef72 by doyougnu at 2022-10-21T08:28:48-04:00
testsuite: skip T11155 T21336a T21869 for JS

- - - - -


3 changed files:

- libraries/base/tests/IO/T21336/all.T
- testsuite/tests/driver/all.T
- testsuite/tests/simplCore/should_compile/all.T


Changes:

=====================================
libraries/base/tests/IO/T21336/all.T
=====================================
@@ -1,6 +1,6 @@
 # N.B. /dev/full exists on Darwin but cannot be opened, failing with -EPERM
 test('T21336a',
-     [unless(opsys('linux') or opsys('freebsd'), skip)],
+     [unless(opsys('linux') or opsys('freebsd'), skip), js_skip],
      compile_and_run, [''])
 test('T21336b',
      [unless(opsys('linux') or opsys('freebsd'), skip)],


=====================================
testsuite/tests/driver/all.T
=====================================
@@ -315,6 +315,6 @@ test('T16476b', normal, makefile_test, [])
 test('T20569', extra_files(["T20569/"]), makefile_test, [])
 test('T21866', normal, multimod_compile, ['T21866','-no-link'])
 test('T21349', extra_files(['T21349']), makefile_test, [])
-test('T21869', [normal, when(unregisterised(), skip)], makefile_test, [])
+test('T21869', [js_skip, when(unregisterised(), skip)], makefile_test, [])
 test('T22044', normal, makefile_test, [])
 test('T22048', [only_ways(['normal']), grep_errmsg("_rule")], compile, ["-O -fomit-interface-pragmas -ddump-simpl"])


=====================================
testsuite/tests/simplCore/should_compile/all.T
=====================================
@@ -199,7 +199,7 @@ test('T10083',
      makefile_test, ['T10083'])
 test('T10689', normal, compile, [''])
 test('T11155',
-     normal,
+     js_skip,
      makefile_test, ['T11155'])
 test('T11232', normal, compile, ['-O2'])
 test('T11562', normal, compile, ['-O2'])



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5d28ef72a5ecb7369bf65a03c38481d9c25770b2
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/20221021/bb6f338a/attachment-0001.html>


More information about the ghc-commits mailing list