[Git][ghc/ghc][wip/T21623] Fix test suite expect-broken
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Fri Oct 21 19:16:38 UTC 2022
Simon Peyton Jones pushed to branch wip/T21623 at Glasgow Haskell Compiler / GHC
Commits:
85b46648 by Simon Peyton Jones at 2022-10-21T20:16:19+01:00
Fix test suite expect-broken
- - - - -
1 changed file:
- testsuite/tests/ghci/scripts/all.T
Changes:
=====================================
testsuite/tests/ghci/scripts/all.T
=====================================
@@ -293,8 +293,8 @@ test('T15568', normal, ghci_script, ['T15568.script'])
test('T15325', normal, ghci_script, ['T15325.script'])
test('T15591', normal, ghci_script, ['T15591.script'])
test('T15743b', normal, ghci_script, ['T15743b.script'])
-test('T15827', expect_broken(22298), ghci_script, ['T15827.script'])
-test('T15872', normal, ghci_script, ['T15872.script'])
+test('T15827', normal, ghci_script, ['T15827.script'])
+test('T15872', expect_broken(22298), ghci_script, ['T15872.script'])
test('T15898', normal, ghci_script, ['T15898.script'])
test('T15941', normal, ghci_script, ['T15941.script'])
test('T16030', normal, ghci_script, ['T16030.script'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/85b46648e1a0c55921cdeeaeba12f7329092fc8a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/85b46648e1a0c55921cdeeaeba12f7329092fc8a
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/20221021/3003503f/attachment.html>
More information about the ghc-commits
mailing list