[commit: ghc] master: Enable popcnt test now when segfault is fixed (16d04d9)

git at git.haskell.org git at git.haskell.org
Sat Mar 22 17:35:57 UTC 2014


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

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

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

commit 16d04d902d4720b3137e07a503fbf72c90b9e164
Author: Johan Tibell <johan.tibell at gmail.com>
Date:   Sat Mar 22 18:30:36 2014 +0100

    Enable popcnt test now when segfault is fixed
    
    The fix was to ghc-prim.


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

16d04d902d4720b3137e07a503fbf72c90b9e164
 testsuite/tests/codeGen/should_run/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 23393cd..bfe393d 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -75,7 +75,7 @@ test('cgrun068', reqlib('random'), compile_and_run, [''])
 test('cgrun069', omit_ways(['ghci']), multi_compile_and_run,
                  ['cgrun069', [('cgrun069_cmm.cmm', '')], ''])
 test('cgrun070', normal, compile_and_run, [''])
-test('cgrun071', when(opsys('darwin'), expect_broken(7684)), compile_and_run, [''])
+test('cgrun071', normal, compile_and_run, [''])
 test('cgrun072', normal, compile_and_run, [''])
 
 test('T1852', normal, compile_and_run, [''])



More information about the ghc-commits mailing list