[commit: testsuite] master: Skip optllvm (77b28e5)
David Terei
davidterei at gmail.com
Wed Jul 6 10:22:06 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/77b28e5993fd4e261a31586ca3ff0ea9a7e6c5bf
>---------------------------------------------------------------
commit 77b28e5993fd4e261a31586ca3ff0ea9a7e6c5bf
Author: David Terei <davidterei at gmail.com>
Date: Wed Jul 6 01:22:01 2011 -0700
Skip optllvm
>---------------------------------------------------------------
.../ghc-regress/indexed-types/should_compile/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/ghc-regress/indexed-types/should_compile/all.T b/tests/ghc-regress/indexed-types/should_compile/all.T
index e7e2ffc..241bbe4 100644
--- a/tests/ghc-regress/indexed-types/should_compile/all.T
+++ b/tests/ghc-regress/indexed-types/should_compile/all.T
@@ -1,6 +1,6 @@
setTestOpts(only_compiler_types(['ghc']))
# Keep optimised tests, so we test coercion optimisation
-setTestOpts(omit_ways(['optasm', 'hpc']))
+setTestOpts(omit_ways(['optasm', 'optllvm', 'hpc']))
test('Simple1', normal, compile, [''])
test('Simple2', normal, compile, [''])
More information about the Cvs-ghc
mailing list