summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_run
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/deriving/should_run
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/deriving/should_run')
-rw-r--r--testsuite/tests/deriving/should_run/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_run/all.T b/testsuite/tests/deriving/should_run/all.T
index f15843bbf8..29e8bbd250 100644
--- a/testsuite/tests/deriving/should_run/all.T
+++ b/testsuite/tests/deriving/should_run/all.T
@@ -40,4 +40,5 @@ test('T9576', exit_code(1), compile_and_run, [''])
test('T9830', extra_clean(['T9830a.hi', 'T9830a.o']), multimod_compile_and_run, ['T9830','-v0'])
test('T10104', normal, compile_and_run, [''])
test('T10447', normal, compile_and_run, [''])
-test('T11535', normal, compile_and_run, [''])
+test('T11535', when(opsys('mingw32'), expect_broken_for(12210, ['ghci'])),
+ compile_and_run, [''])