diff options
author | Ben Lippmeier <benl@ouroborus.net> | 2011-11-12 17:08:12 +1100 |
---|---|---|
committer | Ben Lippmeier <benl@ouroborus.net> | 2011-11-12 17:15:16 +1100 |
commit | 7ec8fd6f6e71e4a7ef071b8797ec9e427feed051 (patch) | |
tree | 132ae8cbf7a89a00b0d37bcc503a8407a12acf27 /testsuite/tests/dph | |
parent | 49d2d90550038d4e56515816bc013a21fd79ea3f (diff) | |
download | haskell-7ec8fd6f6e71e4a7ef071b8797ec9e427feed051.tar.gz |
Follow dph package name changes
dph-par is now dph-lifted-copy
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r-- | testsuite/tests/dph/diophantine/dph-diophantine.T | 8 | ||||
-rw-r--r-- | testsuite/tests/dph/dotp/dph-dotp.T | 8 | ||||
-rw-r--r-- | testsuite/tests/dph/primespj/dph-primespj.T | 8 | ||||
-rw-r--r-- | testsuite/tests/dph/quickhull/dph-quickhull.T | 8 | ||||
-rw-r--r-- | testsuite/tests/dph/smvm/dph-smvm.T | 4 | ||||
-rw-r--r-- | testsuite/tests/dph/sumnats/dph-sumnats.T | 4 | ||||
-rw-r--r-- | testsuite/tests/dph/words/dph-words.T | 8 |
7 files changed, 24 insertions, 24 deletions
diff --git a/testsuite/tests/dph/diophantine/dph-diophantine.T b/testsuite/tests/dph/diophantine/dph-diophantine.T index df2fffec0e..b926181d15 100644 --- a/testsuite/tests/dph/diophantine/dph-diophantine.T +++ b/testsuite/tests/dph/diophantine/dph-diophantine.T @@ -2,16 +2,16 @@ test ('dph-diophantine-opt' , [ alone , skip_if_fast - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , expect_broken(5065) , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-Odph -package dph-par']) + , '-Odph -package dph-lifted-copy']) test ('dph-diophantine-fast' - , [ reqlib('dph-par') + , [ reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , extra_clean(['DiophantineVect.hi', 'DiophantineVect.o', 'Main.hi', 'Main.o']) @@ -19,5 +19,5 @@ test ('dph-diophantine-fast' , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-O -fno-enable-rewrite-rules -package dph-par']) + , '-O -fno-enable-rewrite-rules -package dph-lifted-copy']) diff --git a/testsuite/tests/dph/dotp/dph-dotp.T b/testsuite/tests/dph/dotp/dph-dotp.T index b855a58d24..57c9e72ce1 100644 --- a/testsuite/tests/dph/dotp/dph-dotp.T +++ b/testsuite/tests/dph/dotp/dph-dotp.T @@ -3,19 +3,19 @@ test ('dph-dotp-opt' , [ alone , skip_if_fast , extra_clean(['Main.o', 'Main.hi', 'DotPVect.hi', 'DotPVect.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-Odph -package dph-par -package dph-prim-par']) + , '-Odph -package dph-lifted-copy -package dph-prim-par']) test ('dph-dotp-fast' , [ extra_clean(['Main.o', 'Main.hi', 'DotPVect.hi', 'DotPVect.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-O -fno-enable-rewrite-rules -package dph-par -package dph-prim-par']) + , '-O -fno-enable-rewrite-rules -package dph-lifted-copy -package dph-prim-par']) diff --git a/testsuite/tests/dph/primespj/dph-primespj.T b/testsuite/tests/dph/primespj/dph-primespj.T index eec7023326..4d24861118 100644 --- a/testsuite/tests/dph/primespj/dph-primespj.T +++ b/testsuite/tests/dph/primespj/dph-primespj.T @@ -3,19 +3,19 @@ test ('dph-primespj-opt' , [ alone , skip_if_fast , extra_clean(['Main.hi', 'Main.o', 'PrimesVect.hi', 'PrimesVect.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-Odph -package dph-par']) + , '-Odph -package dph-lifted-copy']) test ('dph-primespj-fast' , [ extra_clean(['Main.hi', 'Main.o', 'PrimesVect.hi', 'PrimesVect.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-O -fno-enable-rewrite-rules -package dph-par']) + , '-O -fno-enable-rewrite-rules -package dph-lifted-copy']) diff --git a/testsuite/tests/dph/quickhull/dph-quickhull.T b/testsuite/tests/dph/quickhull/dph-quickhull.T index 92f8feefc2..2decdefc3b 100644 --- a/testsuite/tests/dph/quickhull/dph-quickhull.T +++ b/testsuite/tests/dph/quickhull/dph-quickhull.T @@ -7,12 +7,12 @@ test ('dph-quickhull-opt' 'SVG.hi', 'SVG.o', 'TestData.hi', 'TestData.o', 'Types.hi', 'Types.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-Odph -funfolding-use-threshold30 -package dph-par -package dph-prim-par']) + , '-Odph -funfolding-use-threshold30 -package dph-lifted-copy -package dph-prim-par']) test ('dph-quickhull-fast' , [ extra_clean(['Main.hi', 'Main.o', @@ -20,10 +20,10 @@ test ('dph-quickhull-fast' 'SVG.hi', 'SVG.o', 'TestData.hi', 'TestData.o', 'Types.hi', 'Types.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-O -fno-enable-rewrite-rules -package dph-par -package dph-prim-par']) + , '-O -fno-enable-rewrite-rules -package dph-lifted-copy -package dph-prim-par']) diff --git a/testsuite/tests/dph/smvm/dph-smvm.T b/testsuite/tests/dph/smvm/dph-smvm.T index a4ef4c6482..7f7e390e5c 100644 --- a/testsuite/tests/dph/smvm/dph-smvm.T +++ b/testsuite/tests/dph/smvm/dph-smvm.T @@ -18,12 +18,12 @@ if testFile != 'nothing': test ('dph-smvm' , [ alone , skip_if_fast - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) , extra_run_opts(testFile + " " + outFile) ] , multimod_compile_and_run , [ 'Main' - , '-Odph -package dph-par -package dph-prim-par']) + , '-Odph -package dph-lifted-copy -package dph-prim-par']) diff --git a/testsuite/tests/dph/sumnats/dph-sumnats.T b/testsuite/tests/dph/sumnats/dph-sumnats.T index af4b9bdcd2..182b85d796 100644 --- a/testsuite/tests/dph/sumnats/dph-sumnats.T +++ b/testsuite/tests/dph/sumnats/dph-sumnats.T @@ -2,10 +2,10 @@ test ('dph-sumnats' , [ extra_clean(['Main.hi', 'Main.o', 'SumNatsVect.hi', 'SumNatsVect.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' - , '-Odph -package dph-par']) + , '-Odph -package dph-lifted-copy']) diff --git a/testsuite/tests/dph/words/dph-words.T b/testsuite/tests/dph/words/dph-words.T index d03ac956b8..cd30f3d7a8 100644 --- a/testsuite/tests/dph/words/dph-words.T +++ b/testsuite/tests/dph/words/dph-words.T @@ -3,20 +3,20 @@ test ('dph-words-opt' , [ alone , skip_if_fast , extra_clean(['Main.hi', 'Main.o', 'WordsVect.hi', 'WordsVect.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal']) ] , multimod_compile_and_run , [ 'Main' - , '-Odph -package dph-par -package dph-prim-par -fno-liberate-case']) + , '-Odph -package dph-lifted-copy -package dph-prim-par -fno-liberate-case']) test ('dph-words-fast' , [ extra_clean(['Main.hi', 'Main.o', 'WordsVect.hi', 'WordsVect.o']) - , reqlib('dph-par') + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal']) ] , multimod_compile_and_run , [ 'Main' - , '-O -fno-enable-rewrite-rules -package dph-par -package dph-prim-par']) + , '-O -fno-enable-rewrite-rules -package dph-lifted-copy -package dph-prim-par']) |