[Git][ghc/ghc][wip/js-fileStat] Re-enable unexpected passes fixed by JS FileStat changes

Josh Meredith (@JoshMeredith) gitlab at gitlab.haskell.org
Fri Feb 3 04:18:35 UTC 2023



Josh Meredith pushed to branch wip/js-fileStat at Glasgow Haskell Compiler / GHC


Commits:
7ea76a64 by Josh Meredith at 2023-02-03T04:17:58+00:00
Re-enable unexpected passes fixed by JS FileStat changes

- - - - -


3 changed files:

- testsuite/tests/callarity/unittest/all.T
- testsuite/tests/corelint/all.T
- testsuite/tests/ghc-api/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_broken(22362), compile_and_run, [''])
+test('CallArity1', normal, compile_and_run, [''])


=====================================
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_broken(22362), compile_and_run, [''])
+test('LintEtaExpand', normal, 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/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 + '"'),



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7ea76a64bc90fe95b4ab830685338163dc0c3a91

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7ea76a64bc90fe95b4ab830685338163dc0c3a91
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/20230202/0f0a9790/attachment-0001.html>


More information about the ghc-commits mailing list