Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3e7720a6c4c79739eceafef7686b12979f14ec61 >--------------------------------------------------------------- commit 3e7720a6c4c79739eceafef7686b12979f14ec61 Author: Manuel M T Chakravarty <[email protected]> Date: Tue Dec 13 15:16:41 2011 +1100 Mark dph-diophantine (#5613) as fixed >--------------------------------------------------------------- .gitignore | 7 ++++++- tests/dph/diophantine/dph-diophantine.T | 2 -- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5e94046..1692509 100644 --- a/.gitignore +++ b/.gitignore @@ -128,4 +128,9 @@ timeout/dist/ tests/dph/classes/dph-classes-fast tests/dph/dotp/dph-dotp-opt tests/dph/primespj/dph-primespj-opt -tests/dph/words/dph-words-opt \ No newline at end of file +tests/dph/words/dph-words-opt +tests/array/should_run/arr020 +tests/dph/diophantine/dph-diophantine-copy-fast +tests/dph/sumnats/dph-sumnats-copy +tests/dph/sumnats/dph-sumnats-vseg +tests/dph/diophantine/dph-diophantine-copy-opt \ No newline at end of file diff --git a/tests/dph/diophantine/dph-diophantine.T b/tests/dph/diophantine/dph-diophantine.T index 86f149a..bb457b2 100644 --- a/tests/dph/diophantine/dph-diophantine.T +++ b/tests/dph/diophantine/dph-diophantine.T @@ -4,7 +4,6 @@ test ('dph-diophantine-copy-opt' , skip_if_fast , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') - , expect_broken(5065) , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' @@ -15,7 +14,6 @@ test ('dph-diophantine-copy-fast' , reqlib('dph-prim-par') , extra_clean(['DiophantineVect.hi', 'DiophantineVect.o', 'Main.hi', 'Main.o']) - , expect_broken(5613) , only_ways(['normal', 'threaded1', 'threaded2']) ] , multimod_compile_and_run , [ 'Main' _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
