[Git][ghc/ghc][wip/T23490-part2] Try replacing "req_th" with "req_interp" for T11462, T11525
Matthew Craven (@clyring)
gitlab at gitlab.haskell.org
Mon Apr 1 01:26:40 UTC 2024
Matthew Craven pushed to branch wip/T23490-part2 at Glasgow Haskell Compiler / GHC
Commits:
45062519 by Matthew Craven at 2024-03-31T21:24:13-04:00
Try replacing "req_th" with "req_interp" for T11462, T11525
(A guess based on the test options used in the main plugins testdir.)
- - - - -
1 changed file:
- testsuite/tests/typecheck/should_compile/all.T
Changes:
=====================================
testsuite/tests/typecheck/should_compile/all.T
=====================================
@@ -491,7 +491,7 @@ test('T10592', normal, compile, [''])
test('T11305', normal, compile, [''])
test('T11254', normal, compile, [''])
test('T11379', normal, compile, [''])
-test('T11462', [js_broken(22261), req_th], multi_compile,
+test('T11462', [js_broken(22261), req_interp], multi_compile,
[None, [('T11462_Plugin.hs', '-package ghc'), ('T11462.hs', '')],
'-dynamic' if have_dynamic() else ''])
test('T11480', normal, compile, [''])
@@ -559,7 +559,7 @@ test('T11723', normal, compile, [''])
test('T12987', normal, compile, [''])
test('T11736', normal, compile, [''])
test('T13248', expect_broken(13248), compile, [''])
-test('T11525', [js_broken(22261), req_th], multi_compile,
+test('T11525', [js_broken(22261), req_interp], multi_compile,
[None, [('T11525_Plugin.hs', '-package ghc'), ('T11525.hs', '')],
'-dynamic' if have_dynamic() else ''])
test('T12923_1', normal, compile, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4506251910cbc38296d9c014b4942fae18ff301b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4506251910cbc38296d9c014b4942fae18ff301b
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/20240331/5ccd1adc/attachment-0001.html>
More information about the ghc-commits
mailing list