[Git][ghc/ghc][wip/js-staging] testsuite: skip tests that throw gmake error
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 01:01:48 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
2463c0a3 by doyougnu at 2022-10-20T20:59:24-04:00
testsuite: skip tests that throw gmake error
Specifically:
T15261a
T15261b
T16318
T17648
T20214
T21336c
rtsopts002
withRtsOpts
- - - - -
6 changed files:
- libraries/base/tests/IO/T21336/all.T
- testsuite/tests/codeGen/should_compile/all.T
- testsuite/tests/driver/T16318/all.T
- testsuite/tests/driver/all.T
- testsuite/tests/ghci/should_fail/all.T
- testsuite/tests/rts/T15261/all.T
Changes:
=====================================
libraries/base/tests/IO/T21336/all.T
=====================================
@@ -6,6 +6,8 @@ test('T21336b',
[unless(opsys('linux') or opsys('freebsd'), skip)],
makefile_test, [])
test('T21336c',
- [unless(opsys('linux') or opsys('freebsd'), skip)],
+ [ unless(opsys('linux') or opsys('freebsd'), skip)
+ , js_skip
+ ],
makefile_test, [])
=====================================
testsuite/tests/codeGen/should_compile/all.T
=====================================
@@ -104,7 +104,7 @@ test('T14373d',
multimod_compile_filter, ['T14373d', '-fasm -O2 -c -ddump-cmm-from-stg',
switch_skeleton_and_entries_only])
-test('T17648', normal, makefile_test, [])
+test('T17648', js_skip, makefile_test, [])
test('T17904', normal, compile, ['-O'])
test('T18227A', normal, compile, [''])
test('T18227B', normal, compile, [''])
=====================================
testsuite/tests/driver/T16318/all.T
=====================================
@@ -1 +1 @@
-test('T16318', normal, makefile_test, [])
+test('T16318', js_skip, makefile_test, [])
=====================================
testsuite/tests/driver/all.T
=====================================
@@ -142,9 +142,9 @@ test('rtsopts001',
[ extra_files(['rtsOpts.hs'])
, js_skip # JS RTS doesn't support -rtsopts
], makefile_test, [])
-test('rtsopts002', normal, makefile_test, [])
+test('rtsopts002', js_skip, makefile_test, [])
-test('withRtsOpts', [], makefile_test, [])
+test('withRtsOpts', js_skip, makefile_test, [])
test('T3389', when(arch('i386'), expect_broken_for(17256, ['hpc'] + prof_ways)), compile_and_run, [''])
test('T3364', normalise_fun(normalise_errmsg), makefile_test, [])
=====================================
testsuite/tests/ghci/should_fail/all.T
=====================================
@@ -5,4 +5,4 @@ test('T16013', [], ghci_script, ['T16013.script'])
test('T16287', [], ghci_script, ['T16287.script'])
test('T18052b', [], ghci_script, ['T18052b.script'])
test('T18027a', [], ghci_script, ['T18027a.script'])
-test('T20214', [], makefile_test, ['T20214'])
+test('T20214', js_skip, makefile_test, ['T20214'])
=====================================
testsuite/tests/rts/T15261/all.T
=====================================
@@ -1,2 +1,2 @@
-test('T15261a', normal, makefile_test, ['T15261a'])
-test('T15261b', normal, makefile_test, ['T15261b'])
+test('T15261a', js_skip, makefile_test, ['T15261a'])
+test('T15261b', js_skip, makefile_test, ['T15261b'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2463c0a3bf05b8f74b60fcf020d4f65d6071bb3c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2463c0a3bf05b8f74b60fcf020d4f65d6071bb3c
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/8afcdd80/attachment-0001.html>
More information about the ghc-commits
mailing list