summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lippmeier <benl@ouroborus.net>2011-12-12 17:22:13 +1100
committerBen Lippmeier <benl@ouroborus.net>2011-12-12 17:23:24 +1100
commita1136041a58d617afb4a588a0fa53f10bc565987 (patch)
tree4b7569ae55912abc8e1b18a05b094ba242224ba0
parentfe6e9e4e374f12f824f2d731ed2b9817a4add665 (diff)
downloadhaskell-a1136041a58d617afb4a588a0fa53f10bc565987.tar.gz
dph: multi-file tests must be set to alone to avoid build races
-rw-r--r--testsuite/tests/dph/dotp/dph-dotp.T6
-rw-r--r--testsuite/tests/dph/quickhull/dph-quickhull.T6
-rw-r--r--testsuite/tests/dph/words/dph-words.T6
3 files changed, 12 insertions, 6 deletions
diff --git a/testsuite/tests/dph/dotp/dph-dotp.T b/testsuite/tests/dph/dotp/dph-dotp.T
index 511ef7cc70..124c7728ff 100644
--- a/testsuite/tests/dph/dotp/dph-dotp.T
+++ b/testsuite/tests/dph/dotp/dph-dotp.T
@@ -22,7 +22,8 @@ test ('dph-dotp-vseg-opt'
, '-Odph -package dph-lifted-vseg -package dph-prim-par'])
test ('dph-dotp-copy-fast'
- , [ extra_clean(['Main.o', 'Main.hi', 'DotPVect.hi', 'DotPVect.o'])
+ , [ alone
+ , extra_clean(['Main.o', 'Main.hi', 'DotPVect.hi', 'DotPVect.o'])
, reqlib('dph-lifted-copy')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
@@ -31,7 +32,8 @@ test ('dph-dotp-copy-fast'
, '-O -fno-enable-rewrite-rules -package dph-lifted-copy -package dph-prim-par'])
test ('dph-dotp-vseg-fast'
- , [ extra_clean(['Main.o', 'Main.hi', 'DotPVect.hi', 'DotPVect.o'])
+ , [ alone
+ , extra_clean(['Main.o', 'Main.hi', 'DotPVect.hi', 'DotPVect.o'])
, reqlib('dph-lifted-vseg')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
diff --git a/testsuite/tests/dph/quickhull/dph-quickhull.T b/testsuite/tests/dph/quickhull/dph-quickhull.T
index 854d4918f3..b3b136c274 100644
--- a/testsuite/tests/dph/quickhull/dph-quickhull.T
+++ b/testsuite/tests/dph/quickhull/dph-quickhull.T
@@ -32,7 +32,8 @@ test ('dph-quickhull-vseg-opt'
test ('dph-quickhull-copy-fast'
- , [ extra_clean(['Main.hi', 'Main.o',
+ , [ alone
+ , extra_clean(['Main.hi', 'Main.o',
'QuickHullVect.hi', 'QuickHullVect.o',
'SVG.hi', 'SVG.o',
'TestData.hi', 'TestData.o',
@@ -46,7 +47,8 @@ test ('dph-quickhull-copy-fast'
test ('dph-quickhull-vseg-fast'
- , [ extra_clean(['Main.hi', 'Main.o',
+ , [ alone
+ , extra_clean(['Main.hi', 'Main.o',
'QuickHullVect.hi', 'QuickHullVect.o',
'SVG.hi', 'SVG.o',
'TestData.hi', 'TestData.o',
diff --git a/testsuite/tests/dph/words/dph-words.T b/testsuite/tests/dph/words/dph-words.T
index d96c719448..7ed66f6ec3 100644
--- a/testsuite/tests/dph/words/dph-words.T
+++ b/testsuite/tests/dph/words/dph-words.T
@@ -24,7 +24,8 @@ test ('dph-words-vseg-opt'
test ('dph-words-copy-fast'
- , [ extra_clean(['Main.hi', 'Main.o', 'WordsVect.hi', 'WordsVect.o'])
+ , [ alone
+ , extra_clean(['Main.hi', 'Main.o', 'WordsVect.hi', 'WordsVect.o'])
, reqlib('dph-lifted-copy')
, reqlib('dph-prim-par')
, only_ways(['normal']) ]
@@ -34,7 +35,8 @@ test ('dph-words-copy-fast'
test ('dph-words-vseg-fast'
- , [ extra_clean(['Main.hi', 'Main.o', 'WordsVect.hi', 'WordsVect.o'])
+ , [ alone
+ , extra_clean(['Main.hi', 'Main.o', 'WordsVect.hi', 'WordsVect.o'])
, reqlib('dph-lifted-vseg')
, reqlib('dph-prim-par')
, only_ways(['normal']) ]