diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-19 13:03:47 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-20 16:22:07 +0200 |
commit | 1d938aa3373f464f46dd3806a21aa85dda764ec6 (patch) | |
tree | 9af5480789a43e2e4b37dd1a5b4db9609514dd19 /testsuite/tests/deriving/should_run | |
parent | 1ddc10bb405e0f88584784bd42f5bdd5ded24dcf (diff) | |
download | haskell-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.T | 3 |
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, ['']) |