[commit: ghc] wip/mark-fragile-windows-tests: testsuite: Mark T16190 as broken on Windows (6a0bf64)
git at git.haskell.org
git at git.haskell.org
Tue Mar 5 21:43:52 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/mark-fragile-windows-tests
Link : http://ghc.haskell.org/trac/ghc/changeset/6a0bf64fdf324aa2866e024c9e22cf23cf251cfc/ghc
>---------------------------------------------------------------
commit 6a0bf64fdf324aa2866e024c9e22cf23cf251cfc
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Mar 4 18:58:55 2019 -0500
testsuite: Mark T16190 as broken on Windows
There seems to be some filepath funniness due to TH embedding going on
here. See #16389.
>---------------------------------------------------------------
6a0bf64fdf324aa2866e024c9e22cf23cf251cfc
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index c6548c1..54ef8ce 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -395,7 +395,8 @@ test ('T15164',
['-v0 -O'])
test('T16190',
- [ collect_stats()
+ [ collect_stats(),
+ when(opsys('mingw32'), expect_broken(16389))
],
multimod_compile,
['T16190.hs', '-v0'])
More information about the ghc-commits
mailing list