diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-24 18:31:50 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-24 18:32:12 -0400 |
commit | 86a4893a4db45a102b607f023715939bf50cd3a7 (patch) | |
tree | 838d6b5df353b867c463ca9014bdcff7af7ea324 | |
parent | 8f5e9e571213109597f958b6589f05bcddbe309b (diff) | |
download | haskell-wip/windows-tests.tar.gz |
testsuite: Mark ghci058 as broken on Windowswip/windows-tests
Due to #16858.
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index c388cdc588..6a16842ac7 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -155,7 +155,8 @@ test('T6106', [extra_files(['../shell.hs']), test('T6105', normal, ghci_script, ['T6105.script']) test('T7117', normal, ghci_script, ['T7117.script']) test('ghci058', [extra_files(['../shell.hs']), - cmd_prefix('ghciWayFlags=' + config.ghci_way_flags)], + cmd_prefix('ghciWayFlags=' + config.ghci_way_flags), + when(opsys('mingw32'), expect_broken(16858))], ghci_script, ['ghci058.script']) test('T7587', normal, ghci_script, ['T7587.script']) test('T7688', normal, ghci_script, ['T7688.script']) |