[commit: packages/array] master: Testsuite: mark array001 expect_broken_for(#10659, ['optasm', ...]) (604afd5)

git at git.haskell.org git at git.haskell.org
Sat Jul 18 20:32:54 UTC 2015


Repository : ssh://git@git.haskell.org/array

On branch  : master
Link       : http://git.haskell.org/packages/array.git/commitdiff/604afd531aba4a96b066f6e59a08813107a9eed3

>---------------------------------------------------------------

commit 604afd531aba4a96b066f6e59a08813107a9eed3
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sat Jul 18 22:33:01 2015 +0200

    Testsuite: mark array001 expect_broken_for(#10659, ['optasm',...])


>---------------------------------------------------------------

604afd531aba4a96b066f6e59a08813107a9eed3
 tests/all.T | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/all.T b/tests/all.T
index c563441..7324fdf 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -1,6 +1,10 @@
 
 test('T2120', normal, compile_and_run, [''])
 test('largeArray', normal, compile_and_run, [''])
-test('array001',    extra_clean(['array001.data']), compile_and_run, [''])
+test('array001', [
+    extra_clean(['array001.data']),
+    expect_broken_for(10659, ['hpc', 'optasm', 'threaded2', 'dyn', 'optllvm']),
+  ],
+  compile_and_run, [''])
 
 test('T9220', normal, ghci_script, ['T9220.script'])



More information about the ghc-commits mailing list