summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-04 18:58:55 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-20 18:41:32 -0400
commitb7f5d5526ac0989fcbe0cb1aff00aaee3e2690bb (patch)
tree989f431505ab57e53e7028d3b1197ffe4001fefa /testsuite
parenta1bda08d6cd1fe1cb8d77c552e33f5d48936aa8c (diff)
downloadhaskell-b7f5d5526ac0989fcbe0cb1aff00aaee3e2690bb.tar.gz
testsuite: Mark T16190 as broken on Windows
There seems to be some filepath funniness due to TH embedding going on here. See #16389.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index ff80c74913..fed65a4f92 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -394,7 +394,8 @@ test ('T15164',
['-v0 -O'])
test('T16190',
- [ collect_stats()
+ [ collect_stats(),
+ when(opsys('mingw32'), expect_broken(16389))
],
multimod_compile,
['T16190.hs', '-v0'])