diff options
Diffstat (limited to 'testsuite/tests/ghc-api/all.T')
-rw-r--r-- | testsuite/tests/ghc-api/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghc-api/all.T b/testsuite/tests/ghc-api/all.T index 4e6aa16748..3ab61f2f6a 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_broken(22362)], +test('T9595', [extra_run_opts('"' + config.libdir + '"')], 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_broken(22362)], +test('T10942', [extra_run_opts('"' + config.libdir + '"')], 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_broken(22362)], + [extra_run_opts('"' + config.libdir + '"'), fragile(22362)], compile_and_run, ['-package ghc']) test('T19156', [ extra_run_opts('"' + config.libdir + '"') |