[commit: ghc] master: testsuite: Mark T3001-2 as broken on 32-bit platforms (749bc1a)

git at git.haskell.org git at git.haskell.org
Sun Jun 17 15:17:56 UTC 2018


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

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

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

commit 749bc1a0b08c75b69b5ea7d6faab3626b1d75c03
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 17 10:31:34 2018 -0400

    testsuite: Mark T3001-2 as broken on 32-bit platforms
    
    Due to #15063.


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

749bc1a0b08c75b69b5ea7d6faab3626b1d75c03
 testsuite/tests/profiling/should_run/all.T | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 7904de8..75882a3 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -33,7 +33,9 @@ test('T2592',
 test('T3001', [only_ways(['prof_hb']), extra_ways(['prof_hb'])],
      compile_and_run, [''])
 
-test('T3001-2', [only_ways(['prof_hb']), extra_ways(['prof_hb'])],
+test('T3001-2',
+     [only_ways(['prof_hb']), extra_ways(['prof_hb']),
+      when(wordsize(32), expect_broken(15063))],
      compile_and_run, ['-package bytestring'])
 
 # For profasm/profthreaded, the answer is correct but the ordering of some



More information about the ghc-commits mailing list