[commit: ghc] master: Always run test T9407 (85e147e)

git at git.haskell.org git at git.haskell.org
Fri Jan 22 02:10:28 UTC 2016


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

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

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

commit 85e147e0807ffa1f24666e93658d9608752b351a
Author: Reid Barton <rwbarton at gmail.com>
Date:   Thu Jan 21 21:09:21 2016 -0500

    Always run test T9407
    
    We don't know what the cause of the bug was, or what commit fixed it.
    or why it was Windows only. So it seems prudent to run it in all
    configurations, in case the bug should crop up again.


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

85e147e0807ffa1f24666e93658d9608752b351a
 testsuite/tests/numeric/should_run/all.T | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T
index b097c7f..527ce27 100644
--- a/testsuite/tests/numeric/should_run/all.T
+++ b/testsuite/tests/numeric/should_run/all.T
@@ -62,11 +62,7 @@ test('T7233', normal, compile_and_run, [''])
 test('NumDecimals', normal, compile_and_run, [''])
 test('T8726', normal, compile_and_run, [''])
 test('CarryOverflow', omit_ways(['ghci']), compile_and_run, [''])
-test('T9407', [
-     unless(opsys('mingw32') and wordsize(64), skip),
-     only_ways(['optasm'])
-     ],
-     compile_and_run, [''])
+test('T9407', normal, compile_and_run, [''])
 test('T9810', normal, compile_and_run, [''])
 test('T10011', normal, compile_and_run, [''])
 test('T10962', omit_ways(['ghci']), compile_and_run, [''])



More information about the ghc-commits mailing list