Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2ce7a24c8959749bb105fc417b21d96161d6cec9 >--------------------------------------------------------------- commit 2ce7a24c8959749bb105fc417b21d96161d6cec9 Author: Ben Lippmeier <[email protected]> Date: Fri Dec 16 18:57:09 2011 +1100 dph: add alone flags to fix build race >--------------------------------------------------------------- tests/dph/classes/dph-classes.T | 3 ++- tests/dph/diophantine/dph-diophantine.T | 3 ++- tests/dph/primespj/dph-primespj.T | 3 ++- tests/dph/sumnats/dph-sumnats.T | 6 ++++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/tests/dph/classes/dph-classes.T b/tests/dph/classes/dph-classes.T index f8b2697..4928c20 100644 --- a/tests/dph/classes/dph-classes.T +++ b/tests/dph/classes/dph-classes.T @@ -1,5 +1,6 @@ test ('dph-classes-copy-fast' - , [ extra_clean(['Main.o', 'Main.hi', 'DefsVect.hi', 'DefsVect.o']) + , [ alone + , extra_clean(['Main.o', 'Main.hi', 'DefsVect.hi', 'DefsVect.o']) , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] diff --git a/tests/dph/diophantine/dph-diophantine.T b/tests/dph/diophantine/dph-diophantine.T index bb457b2..036c594 100644 --- a/tests/dph/diophantine/dph-diophantine.T +++ b/tests/dph/diophantine/dph-diophantine.T @@ -10,7 +10,8 @@ test ('dph-diophantine-copy-opt' , '-Odph -package dph-lifted-copy']) test ('dph-diophantine-copy-fast' - , [ reqlib('dph-lifted-copy') + , [ alone + , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , extra_clean(['DiophantineVect.hi', 'DiophantineVect.o', 'Main.hi', 'Main.o']) diff --git a/tests/dph/primespj/dph-primespj.T b/tests/dph/primespj/dph-primespj.T index 7c95149..46b7444 100644 --- a/tests/dph/primespj/dph-primespj.T +++ b/tests/dph/primespj/dph-primespj.T @@ -11,7 +11,8 @@ test ('dph-primespj-copy-opt' , '-Odph -package dph-lifted-copy']) test ('dph-primespj-copy-fast' - , [ extra_clean(['Main.hi', 'Main.o', 'PrimesVect.hi', 'PrimesVect.o']) + , [ alone + , extra_clean(['Main.hi', 'Main.o', 'PrimesVect.hi', 'PrimesVect.o']) , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') , only_ways(['normal', 'threaded1', 'threaded2']) ] diff --git a/tests/dph/sumnats/dph-sumnats.T b/tests/dph/sumnats/dph-sumnats.T index afc9d7d..df70955 100644 --- a/tests/dph/sumnats/dph-sumnats.T +++ b/tests/dph/sumnats/dph-sumnats.T @@ -1,6 +1,7 @@ test ('dph-sumnats-copy' - , [ extra_clean(['Main.hi', 'Main.o', + , [ alone + , extra_clean(['Main.hi', 'Main.o', 'SumNatsVect.hi', 'SumNatsVect.o']) , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') @@ -10,7 +11,8 @@ test ('dph-sumnats-copy' , '-Odph -package dph-lifted-copy']) test ('dph-sumnats-vseg' - , [ extra_clean(['Main.hi', 'Main.o', + , [ alone + , extra_clean(['Main.hi', 'Main.o', 'SumNatsVect.hi', 'SumNatsVect.o']) , reqlib('dph-lifted-vseg') , reqlib('dph-prim-par') _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
