summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-06-24 11:03:33 -0400
committerBen Gamari <ben@smart-cactus.org>2020-06-24 11:08:24 -0400
commitab2bf07f876d339f42cee7ccf30c5841746f5657 (patch)
tree85734ab51b7271a9b5b2d89c30ddbd6d6834b485
parent57d8a5f76d80761cfa5199b8dbfbe6c6d270af88 (diff)
downloadhaskell-wip/windows-testsuite-fixes.tar.gz
testsuite: Mark T5975[ab] as broken on Windowswip/windows-testsuite-fixes
Due to #7305.
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T7
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index 0a05e1dffa..4e6214e085 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/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'])