[commit: ghc] master, wip/deploy-docs, wip/packaging-fail, wip/run-nofib, wip/windows-32bit: testsuite: Mark T16190 as broken on Windows (b7f5d55)

git at git.haskell.org git at git.haskell.org
Thu Mar 21 17:00:10 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branches: master,wip/deploy-docs,wip/packaging-fail,wip/run-nofib,wip/windows-32bit
Link       : http://ghc.haskell.org/trac/ghc/changeset/b7f5d5526ac0989fcbe0cb1aff00aaee3e2690bb/ghc

>---------------------------------------------------------------

commit b7f5d5526ac0989fcbe0cb1aff00aaee3e2690bb
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.


>---------------------------------------------------------------

b7f5d5526ac0989fcbe0cb1aff00aaee3e2690bb
 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 ff80c74..fed65a4 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'])



More information about the ghc-commits mailing list