[commit: testsuite] master: dph: drop optimisation level for some tests to speed up validate (6306f3d)
Ben Lippmeier
benl at ouroborus.net
Mon Dec 12 08:06:52 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6306f3de70e3f0fe7f08e6f0441b1fab6252c0a2
>---------------------------------------------------------------
commit 6306f3de70e3f0fe7f08e6f0441b1fab6252c0a2
Author: Ben Lippmeier <benl at ouroborus.net>
Date: Mon Dec 12 17:19:28 2011 +1100
dph: drop optimisation level for some tests to speed up validate
>---------------------------------------------------------------
tests/dph/nbody/dph-nbody.T | 2 +-
tests/dph/quickhull/dph-quickhull.T | 4 ++--
tests/dph/words/dph-words.T | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/dph/nbody/dph-nbody.T b/tests/dph/nbody/dph-nbody.T
index a9feea5..4edd382 100644
--- a/tests/dph/nbody/dph-nbody.T
+++ b/tests/dph/nbody/dph-nbody.T
@@ -37,4 +37,4 @@ test ('dph-nbody-vseg-fast'
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
, [ 'Main'
- , '-O -fno-enable-rewrite-rules -fno-spec-constr -fno-liberate-case -package dph-lifted-vseg -package dph-prim-par'])
+ , '-O0 -package dph-lifted-vseg -package dph-prim-par'])
diff --git a/tests/dph/quickhull/dph-quickhull.T b/tests/dph/quickhull/dph-quickhull.T
index 62d44a6..854d491 100644
--- a/tests/dph/quickhull/dph-quickhull.T
+++ b/tests/dph/quickhull/dph-quickhull.T
@@ -42,7 +42,7 @@ test ('dph-quickhull-copy-fast'
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
, [ 'Main'
- , '-O -fno-enable-rewrite-rules -package dph-lifted-copy -package dph-prim-par'])
+ , '-O0 -package dph-lifted-copy -package dph-prim-par'])
test ('dph-quickhull-vseg-fast'
@@ -56,5 +56,5 @@ test ('dph-quickhull-vseg-fast'
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
, [ 'Main'
- , '-O -fno-enable-rewrite-rules -package dph-lifted-vseg -package dph-prim-par'])
+ , '-O0 -package dph-lifted-vseg -package dph-prim-par'])
diff --git a/tests/dph/words/dph-words.T b/tests/dph/words/dph-words.T
index be1d414..d96c719 100644
--- a/tests/dph/words/dph-words.T
+++ b/tests/dph/words/dph-words.T
@@ -30,7 +30,7 @@ test ('dph-words-copy-fast'
, only_ways(['normal']) ]
, multimod_compile_and_run
, [ 'Main'
- , '-O -fno-enable-rewrite-rules -fno-spec-constr -package dph-lifted-copy -package dph-prim-par'])
+ , '-O0 -package dph-lifted-copy -package dph-prim-par'])
test ('dph-words-vseg-fast'
@@ -40,5 +40,5 @@ test ('dph-words-vseg-fast'
, only_ways(['normal']) ]
, multimod_compile_and_run
, [ 'Main'
- , '-O -fno-enable-rewrite-rules -fno-spec-constr -package dph-lifted-vseg -package dph-prim-par'])
+ , '-O0 -package dph-lifted-vseg -package dph-prim-par'])
More information about the Cvs-ghc
mailing list