[Git][ghc/ghc][wip/windows-testsuite-fixes] testsuite: Mark T5975[ab] as broken on Windows

Ben Gamari gitlab at gitlab.haskell.org
Wed Jun 24 15:08:33 UTC 2020



Ben Gamari pushed to branch wip/windows-testsuite-fixes at Glasgow Haskell Compiler / GHC


Commits:
ab2bf07f by Ben Gamari at 2020-06-24T11:08:24-04:00
testsuite: Mark T5975[ab] as broken on Windows

Due to #7305.

- - - - -


1 changed file:

- testsuite/tests/ghci/scripts/all.T


Changes:

=====================================
testsuite/tests/ghci/scripts/all.T
=====================================
@@ -141,8 +141,11 @@ test('T5979',
      normalise_slashes,
      normalise_version("transformers")],
     ghci_script, ['T5979.script'])
-test('T5975a', [pre_cmd('touch föøbàr1.hs')], ghci_script, ['T5975a.script'])
-test('T5975b', [pre_cmd('touch föøbàr2.hs'), extra_hc_opts('föøbàr2.hs')],
+test('T5975a',
+     [pre_cmd('touch föøbàr1.hs'), when(opsys('mingw32'), expect_broken(7305))],
+     ghci_script, ['T5975a.script'])
+test('T5975b',
+     [pre_cmd('touch föøbàr2.hs'), extra_hc_opts('föøbàr2.hs'), when(opsys('mingw32'), expect_broken(7305))],
      ghci_script, ['T5975b.script'])
 test('T6027ghci', normal, ghci_script, ['T6027ghci.script'])
 



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ab2bf07f876d339f42cee7ccf30c5841746f5657
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/20200624/e6473701/attachment.html>


More information about the ghc-commits mailing list