summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-19 13:03:47 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-20 16:22:07 +0200
commit1d938aa3373f464f46dd3806a21aa85dda764ec6 (patch)
tree9af5480789a43e2e4b37dd1a5b4db9609514dd19 /testsuite/tests/codeGen
parent1ddc10bb405e0f88584784bd42f5bdd5ded24dcf (diff)
downloadhaskell-1d938aa3373f464f46dd3806a21aa85dda764ec6.tar.gz
Testsuite: mark tests expect broken
* CgStaticPointers, GcStaticPointers, ListStaticPointers, TcStaticPointers01, TcStaticPointers02: #12207 * T11535: #12210 * ffi017/ffi021: #12209 * T11108: #11108 * T9646: #9646
Diffstat (limited to 'testsuite/tests/codeGen')
-rw-r--r--testsuite/tests/codeGen/should_run/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 42ec7d3e7f..b6249edd75 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -117,7 +117,9 @@ test('T8103', only_ways(['normal']), compile_and_run, [''])
test('T7953', reqlib('random'), compile_and_run, [''])
test('T8256', normal, compile_and_run, ['-dcore-lint -O1'])
test('T6084',normal, compile_and_run, ['-O2'])
-test('CgStaticPointers', [when(doing_ghci(), extra_hc_opts('-fobject-code'))],
+test('CgStaticPointers',
+ [when(doing_ghci(), extra_hc_opts('-fobject-code')),
+ expect_broken_for(12207, opt_ways)],
compile_and_run, [''])
test('StaticArraySize', [when(doing_ghci(), extra_hc_opts('-fobject-code'))],
compile_and_run, ['-O2'])