summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Meredith <joshmeredith2008@gmail.com>2022-10-26 10:39:03 +0000
committerSylvain Henry <sylvain@haskus.fr>2022-11-07 12:00:41 +0100
commit40eb1e63194a0326b6865045f46075f5d00ad7f6 (patch)
tree8114af02f1e5a67877bd5b37712cd056de0173a9
parentb991f95bfb490d0e9180dcb9f9efb9de4462c960 (diff)
downloadhaskell-40eb1e63194a0326b6865045f46075f5d00ad7f6.tar.gz
Use js_broken(22362) for package.conf.d errored tests
-rw-r--r--testsuite/tests/callarity/unittest/all.T2
-rw-r--r--testsuite/tests/codeGen/should_run/all.T2
-rw-r--r--testsuite/tests/corelint/all.T2
-rw-r--r--testsuite/tests/ghc-api/T4891/all.T2
-rw-r--r--testsuite/tests/ghc-api/all.T6
-rw-r--r--testsuite/tests/ghc-api/downsweep/all.T2
6 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/callarity/unittest/all.T b/testsuite/tests/callarity/unittest/all.T
index 9b90f707ce..bbdff0d676 100644
--- a/testsuite/tests/callarity/unittest/all.T
+++ b/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, [''])
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 64a215e797..00c7d2d5cc 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/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'])
diff --git a/testsuite/tests/corelint/all.T b/testsuite/tests/corelint/all.T
index 43d645817d..43c2cdd8f4 100644
--- a/testsuite/tests/corelint/all.T
+++ b/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.
diff --git a/testsuite/tests/ghc-api/T4891/all.T b/testsuite/tests/ghc-api/T4891/all.T
index 436a5467da..01ebba8fa8 100644
--- a/testsuite/tests/ghc-api/T4891/all.T
+++ b/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'])
diff --git a/testsuite/tests/ghc-api/all.T b/testsuite/tests/ghc-api/all.T
index 5330bf7730..6c0ab2ec5c 100644
--- a/testsuite/tests/ghc-api/all.T
+++ b/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 + '"')
diff --git a/testsuite/tests/ghc-api/downsweep/all.T b/testsuite/tests/ghc-api/downsweep/all.T
index 96af929d96..7bdc8830fb 100644
--- a/testsuite/tests/ghc-api/downsweep/all.T
+++ b/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,