summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver
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/driver
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/driver')
-rw-r--r--testsuite/tests/driver/all.T11
1 files changed, 7 insertions, 4 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 36ba99b6ef..f1522b900b 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -372,10 +372,13 @@ test('spacesInArgs',
compile_and_run,
[''])
-test( 'T4114a', normal, compile_and_run, ['-cpp'])
-test( 'T4114b', normal, compile_and_run, ['-no-keep-hi-files'])
-test( 'T4114c', normal, compile_and_run, ['-no-keep-o-files'])
-test( 'T4114d', normal, compile_and_run, ['-hisuf .myhi -osuf .myo -no-keep-o-files'])
+fobject_code = when(doing_ghci(), extra_hc_opts('-fobject-code'))
+
+test( 'T4114a', fobject_code, compile_and_run, ['-cpp'])
+test( 'T4114b', fobject_code, compile_and_run, ['-no-keep-hi-files'])
+test( 'T4114c', fobject_code, compile_and_run, ['-no-keep-o-files'])
+test( 'T4114d', fobject_code, compile_and_run,
+ ['-hisuf .myhi -osuf .myo -no-keep-o-files'])
test('T5584',
extra_clean(['T5584_in/A.hi-boot', 'T5584_out/T5584/A.o-boot']),