From 1d938aa3373f464f46dd3806a21aa85dda764ec6 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Sun, 19 Jun 2016 13:03:47 +0200 Subject: Testsuite: mark tests expect broken * CgStaticPointers, GcStaticPointers, ListStaticPointers, TcStaticPointers01, TcStaticPointers02: #12207 * T11535: #12210 * ffi017/ffi021: #12209 * T11108: #11108 * T9646: #9646 --- testsuite/tests/ffi/should_run/all.T | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testsuite/tests/ffi') diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T index efb696906e..bf9fefdcba 100644 --- a/testsuite/tests/ffi/should_run/all.T +++ b/testsuite/tests/ffi/should_run/all.T @@ -87,7 +87,8 @@ test('ffi015', [ omit_ways(['ghci']), extra_clean(['ffi015_cbits.o']) ], # GHCi can't handle foreign import "&" test('ffi016', omit_ways(['ghci']), compile_and_run, ['']) -test('ffi017', normal, compile_and_run, ['']) +test('ffi017', when(opsys('mingw32'), expect_broken_for(12209, ['ghci'])), + compile_and_run, ['']) test('ffi018', [ omit_ways(['ghci']), extra_clean(['ffi018_c.o']) ], compile_and_run, ['ffi018_c.c']) @@ -142,7 +143,8 @@ test('ffi020', [ omit_ways(prof_ways), exit_code(1) ], compile_and_run, ['']) -test('ffi021', normal, compile_and_run, ['']) +test('ffi021', when(opsys('mingw32'), expect_broken_for(12209, ['ghci'])), + compile_and_run, ['']) test('ffi022', normal, compile_and_run, ['']) -- cgit v1.2.1