[Git][ghc/ghc][master] Regression test T13438 is no longer marked as "expect_broken" in the testsuite driver.
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Jun 9 22:52:23 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
273ff0c7 by David Binder at 2023-06-09T18:52:00-04:00
Regression test T13438 is no longer marked as "expect_broken" in the testsuite driver.
- - - - -
3 changed files:
- testsuite/tests/overloadedrecflds/ghci/T13438.script
- testsuite/tests/overloadedrecflds/ghci/T13438.stdout
- testsuite/tests/overloadedrecflds/ghci/all.T
Changes:
=====================================
testsuite/tests/overloadedrecflds/ghci/T13438.script
=====================================
@@ -1,5 +1,3 @@
:l T13438.hs
:browse! T13438
:browse T13438
-:ctags
-:!cat tags
=====================================
testsuite/tests/overloadedrecflds/ghci/T13438.stdout
=====================================
@@ -5,6 +5,3 @@ MkT :: Int -> T
foo :: T -> Int
type T :: *
data T = MkT {foo :: Int}
-foo T13438.hs 3;" v file:
-MkT T13438.hs 3;" d
-T T13438.hs 3;" t
=====================================
testsuite/tests/overloadedrecflds/ghci/all.T
=====================================
@@ -1,6 +1,6 @@
test('duplicaterecfldsghci01', combined_output, ghci_script, ['duplicaterecfldsghci01.script'])
test('overloadedlabelsghci01', combined_output, ghci_script, ['overloadedlabelsghci01.script'])
-test('T13438', [expect_broken(13438), combined_output], ghci_script, ['T13438.script'])
+test('T13438', combined_output, ghci_script, ['T13438.script'])
test('GHCiDRF', [extra_files(['GHCiDRF.hs']), combined_output], ghci_script, ['GHCiDRF.script'])
test('T19322', combined_output, ghci_script, ['T19322.script'])
test('T19314', combined_output, ghci_script, ['T19314.script'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/273ff0c786965de805976e52c8367a036f4f8d95
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/273ff0c786965de805976e52c8367a036f4f8d95
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/20230609/039b29ea/attachment-0001.html>
More information about the ghc-commits
mailing list