diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-18 22:19:01 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-18 22:36:46 +0200 |
commit | 34bb4605d4ec5b131df57ca4c91d6840b7539194 (patch) | |
tree | c870c2c68f0b69ff5f19f0909e3b7e501e0b9db1 /testsuite | |
parent | 43dafc93b201e193e83792d2461bf4e45805b5c3 (diff) | |
download | haskell-34bb4605d4ec5b131df57ca4c91d6840b7539194.tar.gz |
Testsuite: mark array001 and conc034 expect_broken_for(#10659, ['optasm',...])
Update submodule array.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index 7fe4b3caa5..196c7c8d94 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -174,6 +174,8 @@ test('conc033', normal, compile_and_run, ['']) # Omit for GHCi, because it just sits there waiting for you to press ^C test('conc034', [ + expect_broken_for(10659, + ['optasm', 'threaded2', 'dyn', 'optllvm']), omit_ways(['ghci']), extra_run_opts('+RTS -C0 -RTS')], compile_and_run, ['']) |