[Git][ghc/ghc][wip/js-staging] Use js_broken(22362) for package.conf.d errored tests
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Wed Oct 26 10:40:22 UTC 2022
Josh Meredith pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
194e8eaa by Josh Meredith at 2022-10-26T10:39:22+00:00
Use js_broken(22362) for package.conf.d errored tests
- - - - -
6 changed files:
- testsuite/tests/callarity/unittest/all.T
- testsuite/tests/codeGen/should_run/all.T
- testsuite/tests/corelint/all.T
- testsuite/tests/ghc-api/T4891/all.T
- testsuite/tests/ghc-api/all.T
- testsuite/tests/ghc-api/downsweep/all.T
Changes:
=====================================
testsuite/tests/callarity/unittest/all.T
=====================================
@@ -5,4 +5,4 @@ setTestOpts(f)
setTestOpts(extra_hc_opts('-package ghc'))
setTestOpts(extra_run_opts('"' + config.libdir + '"'))
-test('CallArity1', js_skip, compile_and_run, [''])
+test('CallArity1', js_broken(22362), compile_and_run, [''])
=====================================
testsuite/tests/codeGen/should_run/all.T
=====================================
@@ -184,7 +184,7 @@ test('T13425', normal, compile_and_run, ['-O'])
test('castFloatWord', normal, compile_and_run, ['-dcmm-lint'])
test('T13825-unit',
[ extra_run_opts('"' + config.libdir + '"')
- , js_skip
+ , js_broken(22362)
],
compile_and_run,
['-package ghc'])
=====================================
testsuite/tests/corelint/all.T
=====================================
@@ -7,6 +7,6 @@ test('T21152', normal, compile, ['-g3'])
setTestOpts(extra_hc_opts('-package ghc'))
setTestOpts(extra_run_opts('"' + config.libdir + '"'))
-test('LintEtaExpand', js_skip, compile_and_run, [''])
+test('LintEtaExpand', js_broken(22362), compile_and_run, [''])
## These tests use the GHC API.
## Test cases which don't use the GHC API should be added nearer the top.
=====================================
testsuite/tests/ghc-api/T4891/all.T
=====================================
@@ -1 +1 @@
-test('T4891', [extra_files(['X.hs']), js_skip], makefile_test, ['T4891'])
+test('T4891', [extra_files(['X.hs']), js_broken(22362)], makefile_test, ['T4891'])
=====================================
testsuite/tests/ghc-api/all.T
=====================================
@@ -4,14 +4,14 @@ test('T8639_api', req_rts_linker,
makefile_test, ['T8639_api'])
test('T8628', req_rts_linker,
makefile_test, ['T8628'])
-test('T9595', [extra_run_opts('"' + config.libdir + '"'), js_skip],
+test('T9595', [extra_run_opts('"' + config.libdir + '"'), js_broken(22362)],
compile_and_run,
['-package ghc'])
test('T10508_api', [ extra_run_opts('"' + config.libdir + '"'),
req_rts_linker ],
compile_and_run,
['-package ghc'])
-test('T10942', [extra_run_opts('"' + config.libdir + '"'), js_skip],
+test('T10942', [extra_run_opts('"' + config.libdir + '"'), js_broken(22362)],
compile_and_run,
['-package ghc'])
test('T9015', extra_run_opts('"' + config.libdir + '"'),
@@ -26,7 +26,7 @@ test('T18181',
compile_and_run,
['-package ghc'])
test('T18522-dbg-ppr',
- [extra_run_opts('"' + config.libdir + '"'), js_skip],
+ [extra_run_opts('"' + config.libdir + '"'), js_broken(22362)],
compile_and_run,
['-package ghc'])
test('T19156', [ extra_run_opts('"' + config.libdir + '"')
=====================================
testsuite/tests/ghc-api/downsweep/all.T
=====================================
@@ -8,7 +8,7 @@ test('PartialDownsweep',
test('OldModLocation',
[ extra_run_opts('"' + config.libdir + '"')
- , js_skip
+ , js_broken(22362)
, when(opsys('mingw32'), expect_broken(16772))
],
compile_and_run,
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/194e8eaa1873717c780021545bf39a8fbadcc55d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/194e8eaa1873717c780021545bf39a8fbadcc55d
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/20221026/19c80497/attachment-0001.html>
More information about the ghc-commits
mailing list