diff options
author | Josh Meredith <joshmeredith2008@gmail.com> | 2022-12-01 11:01:57 +0000 |
---|---|---|
committer | Josh Meredith <joshmeredith2008@gmail.com> | 2023-02-06 07:47:57 +0000 |
commit | b18fbf52f98d0128c52b3a90ddca727a6d5d4d45 (patch) | |
tree | 6c636a49491ef993cbdc813174a4d7c233f4c1d7 /testsuite/tests/ghc-api | |
parent | 3c0f0c6d99486502c72e6514a40e7264baaa6afc (diff) | |
download | haskell-wip/js-fileStat.tar.gz |
Update JavaScript fileStat to match Emscripten layoutwip/js-fileStat
Diffstat (limited to 'testsuite/tests/ghc-api')
-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 + '"') |