summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-09 09:32:55 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-12 08:20:25 -0400
commitb5a13a1e40da43d115786bac3a7f8bf0e7849db1 (patch)
tree51ca2ec50c2aacc9add7bc65f31f4f36c9cb8795 /testsuite
parente3f71d0e9e7d27b93b9fcd0e5b5d4cacc6718d39 (diff)
downloadhaskell-b5a13a1e40da43d115786bac3a7f8bf0e7849db1.tar.gz
testsuite: Mark T16737 as broken in ghci way due to #16541
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/driver/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 173ce3bf0a..2d73967caa 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -270,4 +270,6 @@ test('inline-check', omit_ways(['hpc', 'profasm'])
test('T14452', [], makefile_test, [])
test('T15396', normal, compile_and_run, ['-package ghc'])
-test('T16737', [extra_files(['T16737include/'])], compile_and_run, ['-optP=-isystem -optP=T16737include'])
+test('T16737',
+ [extra_files(['T16737include/']), expect_broken_for(16541, ['ghci'])],
+ compile_and_run, ['-optP=-isystem -optP=T16737include'])