diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-08 18:52:01 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-08 18:52:01 +0000 |
commit | 126700ca8d2821d7a0ea8e32776fa04718987834 (patch) | |
tree | 04fe5b4bd760db2032988288924fdc3678dcfddb /testsuite/tests/dph | |
parent | 73c8cec6e9c26a850055f9328c981395ecc1a2dd (diff) | |
download | haskell-126700ca8d2821d7a0ea8e32776fa04718987834.tar.gz |
dph-diophantine-fast(normal) fails (#5613)
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r-- | testsuite/tests/dph/diophantine/dph-diophantine.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/dph/diophantine/dph-diophantine.T b/testsuite/tests/dph/diophantine/dph-diophantine.T index 61120b29d3..678114ec2f 100644 --- a/testsuite/tests/dph/diophantine/dph-diophantine.T +++ b/testsuite/tests/dph/diophantine/dph-diophantine.T @@ -15,6 +15,7 @@ test ('dph-diophantine-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' |