diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-01-17 13:55:00 -0500 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-01-23 14:07:28 -0500 |
commit | 0b705fadf936eaf48aaca26d2f7c8c9ae9158c66 (patch) | |
tree | 9618fe131de4401c4be0286e6d192779b37208d4 | |
parent | d26869ac83935432e0dcea1ff591268232daef32 (diff) | |
download | haskell-0b705fadf936eaf48aaca26d2f7c8c9ae9158c66.tar.gz |
testsuite: Mark ghci063 as broken on Darwin
This is the last failing test on Darwin preventing us from disallowing CI
failures. See #16201.
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index a27ab320a3..1394a9af56 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -106,7 +106,7 @@ test('ghci061', normal, ghci_script, ['ghci061.script']) test('ghci062', [extra_files(['ghci062/', 'ghci062/Test.hs']), when(config.have_ext_interp, extra_ways(['ghci-ext']))], ghci_script, ['ghci062.script']) -test('ghci063', normal, ghci_script, ['ghci063.script']) +test('ghci063', when(opsys('darwin'), expect_broken(16201)), ghci_script, ['ghci063.script']) test('T2452', [extra_hc_opts("-fno-implicit-import-qualified")], ghci_script, ['T2452.script']) |