From bca03d95b6005afa9167410c6ca9ddee6c185aa1 Mon Sep 17 00:00:00 2001 From: Johan Tibell <johan.tibell@gmail.com> Date: Sat, 22 Mar 2014 18:30:36 +0100 Subject: [PATCH] Enable popcnt test now when segfault is fixed The fix was to ghc-prim. (cherry picked from commit 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 768d32028584..421d71cc70ca 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, ['']) -- GitLab