[commit: ghc] master: skip T13525 when running on Windows. (8e93799)

git at git.haskell.org git at git.haskell.org
Sun Apr 23 09:58:51 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8e93799418b8056abdb1c9e40d73afb95666cd23/ghc

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

commit 8e93799418b8056abdb1c9e40d73afb95666cd23
Author: Tamar Christina <tamar at zhox.com>
Date:   Sun Apr 23 10:44:54 2017 +0100

    skip T13525 when running on Windows.


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

8e93799418b8056abdb1c9e40d73afb95666cd23
 libraries/base/tests/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index f3cdeaa..33055f3 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -212,4 +212,4 @@ test('T13191',
         , only_ways(['normal'])],
       compile_and_run,
       ['-O'])
-test('T13525', normal, compile_and_run, [''])
+test('T13525', when(opsys('mingw32'), skip), compile_and_run, [''])



More information about the ghc-commits mailing list