[commit: ghc] master: Testsuite: mark T8089 expect_broken(#7325) on Windows (1857191)

git at git.haskell.org git at git.haskell.org
Sat Aug 15 15:27:25 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/185719158137b0cdba32b32e8a8fda8eb6321215/ghc

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

commit 185719158137b0cdba32b32e8a8fda8eb6321215
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sat Aug 15 16:33:33 2015 +0200

    Testsuite: mark T8089 expect_broken(#7325) on Windows


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

185719158137b0cdba32b32e8a8fda8eb6321215
 libraries/base/tests/all.T | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 1b065a3..d77db30 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -188,7 +188,11 @@ test('T9681', normal, compile_fail, [''])
 #   Probably something like 1s is already enough, but I don't know enough to
 #   make an educated guess how long it needs to be guaranteed to reach the C
 #   call."
-test('T8089', [exit_code(99), run_timeout_multiplier(0.01)],
+test('T8089', [exit_code(99),
+               run_timeout_multiplier(0.01),
+               when(opsys('mingw32'),
+                    expect_broken_for(7325, ['normal', 'hpc', 'optasm'])),
+               ],
               compile_and_run, [''])
 test('T9826',normal, compile_and_run,[''])
 test('T9848',



More information about the ghc-commits mailing list