[commit: ghc] wip/fix-docs: Disable T10962 on llvm for now (c30f2b6)
git at git.haskell.org
git at git.haskell.org
Fri Aug 3 20:49:30 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/fix-docs
Link : http://ghc.haskell.org/trac/ghc/changeset/c30f2b6023799405c2e2f3b4c3bad55051663ea6/ghc
>---------------------------------------------------------------
commit c30f2b6023799405c2e2f3b4c3bad55051663ea6
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Sun Jul 22 22:50:06 2018 +0200
Disable T10962 on llvm for now
(cherry picked from commit a606750b36862367d038813f9fe7170f93c36222)
>---------------------------------------------------------------
c30f2b6023799405c2e2f3b4c3bad55051663ea6
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..d582f05 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