diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-02 13:31:22 +0000 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-02 13:31:22 +0000 |
commit | c838eb11a42b36787435e4b0795f8c34f73178c0 (patch) | |
tree | a1f38a82eb3e28173a2e633ddb75d842656539d8 /testsuite | |
parent | e1fffa6c1f97b2395c11a2ff93d75af3b203f33e (diff) | |
download | haskell-c838eb11a42b36787435e4b0795f8c34f73178c0.tar.gz |
Try to set flags for some tests involving TH right
this tries to imporve upon 435c5955359d6e46a2fb905231678ac37ac0e71a.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/plugins/all.T | 3 | ||||
-rw-r--r-- | testsuite/tests/quasiquotation/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/rts/all.T | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index 7e5f9b407d..50406c30d6 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -34,7 +34,6 @@ test('plugins05', test('plugins06', [ extra_clean(['LinkerTicklingPlugin.hi', 'LinkerTicklingPlugin.o']), - unless(have_dynamic(),skip), only_ways([config.ghc_plugin_way]) ], - multimod_compile_and_run, ['plugins06', '-package ghc']) + multimod_compile_and_run, ['plugins06', '-package ghc ' + config.ghc_th_way_flags ]) diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T index 5ccfc21fcf..2173da6100 100644 --- a/testsuite/tests/quasiquotation/all.T +++ b/testsuite/tests/quasiquotation/all.T @@ -11,7 +11,7 @@ test('T7918', [req_interp, extra_run_opts('"' + config.libdir + '"'), only_compiler_types(['ghc']), - only_ways(['normal']), + only_ways(config.ghc_th_way), unless(have_dynamic(),skip), extra_clean(['T7918A.hi', 'T7918A.o', 'T7918A.dyn_hi', 'T7918A.dyn_o', 'T7918B.hi', 'T7918B.o', 'T7918B.dyn_hi', 'T7918B.dyn_o'])], diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index d50798bd95..dfa0e89801 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -185,7 +185,7 @@ test('ffishutdown', [ ignore_output, only_ways(['threaded1','threaded2']) ], com test('T7919', [extra_clean(['T7919A.o','T7919A.hi', 'T7919A.dyn_o','T7919A.dyn_hi']), when(fast(),skip) ], - compile_and_run, ['']) + compile_and_run, [config.ghc_th_way_flags]) test('T8035', normal, compile_and_run, ['']) |