From 604afd531aba4a96b066f6e59a08813107a9eed3 Mon Sep 17 00:00:00 2001
From: Thomas Miedema <thomasmiedema@gmail.com>
Date: Sat, 18 Jul 2015 22:33:01 +0200
Subject: [PATCH] Testsuite: mark array001 expect_broken_for(#10659,
 ['optasm',...])

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

diff --git a/tests/all.T b/tests/all.T
index c5634411..7324fdff 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'])
-- 
GitLab