[commit: ghc] master: Disable T10962 on llvm for now (fd1cf1f)

git at git.haskell.org git at git.haskell.org
Sun Jul 22 20:37:48 UTC 2018


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

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

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

commit fd1cf1f474626ebc715027d30fdb245cc41c39c4
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date:   Sun Jul 22 22:34:52 2018 +0200

    Disable T10962 on llvm for now
    
    This breaks Harbormaster builds.


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

fd1cf1f474626ebc715027d30fdb245cc41c39c4
 testsuite/tests/numeric/should_run/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T
index eac0278..80c1d0c 100644
--- a/testsuite/tests/numeric/should_run/all.T
+++ b/testsuite/tests/numeric/should_run/all.T
@@ -62,7 +62,7 @@ test('CarryOverflow', omit_ways(['ghci']), compile_and_run, [''])
 test('T9407', normal, compile_and_run, [''])
 test('T9810', normal, compile_and_run, [''])
 test('T10011', normal, compile_and_run, [''])
-test('T10962', [omit_ways(['ghci']), extra_ways(['llvm'])], compile_and_run, ['-O2'])
+test('T10962', omit_ways('ghci'), compile_and_run, ['-O2'])
 test('T11702', extra_ways(['optasm']), compile_and_run, [''])
 test('T12136', normal, compile_and_run, [''])
 test('T15301', normal, compile_and_run, ['-O2'])



More information about the ghc-commits mailing list