[Git][ghc/ghc][master] testsuite: Mark T16392 as fragile on windows
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Dec 20 15:13:26 UTC 2022
Matthew Pickering pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
5e047eff by Matthew Pickering at 2022-12-20T15:12:04+00:00
testsuite: Mark T16392 as fragile on windows
See #22649
- - - - -
1 changed file:
- testsuite/tests/ghci/T16392/all.T
Changes:
=====================================
testsuite/tests/ghci/T16392/all.T
=====================================
@@ -1,5 +1,7 @@
test('T16392',
[extra_files(['A.hs']),
when(config.have_RTS_linker,extra_ways(['ghci-ext'])),
- req_interp],
+ req_interp,
+ when(opsys('mingw32'), fragile(22649))
+ ],
ghci_script, ['T16392.script'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e047effac9228f3bdddb66c9056e86621ccbec8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e047effac9228f3bdddb66c9056e86621ccbec8
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/20221220/45b6afa1/attachment-0001.html>
More information about the ghc-commits
mailing list