[commit: ghc] master: Mark T8089 as unbroken since #7325 is now resolved (c0c1f80)

git at git.haskell.org git at git.haskell.org
Mon Dec 19 23:46:34 UTC 2016


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

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

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

commit c0c1f801f4ca26f1db68ac527341a1cf051cb7d6
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Dec 19 18:45:08 2016 -0500

    Mark T8089 as unbroken since #7325 is now resolved


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

c0c1f801f4ca26f1db68ac527341a1cf051cb7d6
 libraries/base/tests/all.T | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index a9aee1e..6899e40 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -190,9 +190,7 @@ test('T9681', normal, compile_fail, [''])
 #   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),
-      when(opsys('mingw32'),
-           expect_broken_for(7325, ['normal', 'hpc', 'optasm', 'profasm']))],
+     [exit_code(99), run_timeout_multiplier(0.01)],
      compile_and_run, [''])
 test('T9826',normal, compile_and_run,[''])
 test('T9848',



More information about the ghc-commits mailing list