[commit: ghc] ghc-7.8: Enable popcnt test now when segfault is fixed (bca03d9)

git at git.haskell.org git at git.haskell.org
Mon Mar 24 08:10:12 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/bca03d95b6005afa9167410c6ca9ddee6c185aa1/ghc

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

commit bca03d95b6005afa9167410c6ca9ddee6c185aa1
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.
    
    (cherry picked from commit 16d04d902d4720b3137e07a503fbf72c90b9e164)


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

bca03d95b6005afa9167410c6ca9ddee6c185aa1
 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 768d320..421d71c 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