[commit: ghc] master: testsuite: Mark overflow1 as broken on 32-bit platforms due to #15255 (1f2ed99)

git at git.haskell.org git at git.haskell.org
Sat Jun 16 17:27:38 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1f2ed994de558924e3acb7578b1dca2ee52f5b14/ghc

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

commit 1f2ed994de558924e3acb7578b1dca2ee52f5b14
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sat Jun 16 11:33:18 2018 -0400

    testsuite: Mark overflow1 as broken on 32-bit platforms due to #15255
    
    Test Plan: Validate on i386
    
    Reviewers: simonmar
    
    Subscribers: rwbarton, thomie, carter
    
    GHC Trac Issues: #15255
    
    Differential Revision: https://phabricator.haskell.org/D4855


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

1f2ed994de558924e3acb7578b1dca2ee52f5b14
 testsuite/tests/rts/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index a08003d..dd4d9a1 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -304,7 +304,8 @@ test('ListStaticPointers', [when(doing_ghci(), extra_hc_opts('-fobject-code'))],
      compile_and_run, [''])
 
 # 251 = RTS exit code for "out of memory"
-test('overflow1', [ exit_code(251) ], compile_and_run, [''])
+test('overflow1', [ exit_code(251), when(wordsize(32), expect_broken(15255)) ],
+     compile_and_run, [''])
 test('overflow2', [ exit_code(251) ], compile_and_run, [''])
 test('overflow3', [ exit_code(251) ], compile_and_run, [''])
 



More information about the ghc-commits mailing list