summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Trommler <ptrommler@acm.org>2022-01-22 17:33:59 +0100
committerPeter Trommler <ptrommler@acm.org>2022-01-22 17:33:59 +0100
commitf5a5329a9c6f3b883d5ffc0dacdff94de28e9992 (patch)
tree75faac94c5b8d2dd75d96242f11203dcdb2cdaef
parent3b009e1a6247057ff976043695b797b5d0649414 (diff)
downloadhaskell-wip/skip-tests-unless-rts-linker.tar.gz
testsuite: Mark test that require RTS linkerwip/skip-tests-unless-rts-linker
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T4
-rw-r--r--testsuite/tests/th/all.T2
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index 71e0ea80a5..3745d30bf4 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/tests/ghci/scripts/all.T
@@ -316,7 +316,9 @@ test('T17403', normal, ghci_script, ['T17403.script'])
test('T17431', normal, ghci_script, ['T17431.script'])
test('T17500', [extra_run_opts('-ddump-to-file -ddump-bcos')], ghci_script, ['T17500.script'])
test('T17549', normal, ghci_script, ['T17549.script'])
-test('T17669', [extra_run_opts('-fexternal-interpreter -fobject-code')], ghci_script, ['T17669.script'])
+test('T17669', [extra_run_opts('-fexternal-interpreter -fobject-code'),
+ req_rts_linker ],
+ ghci_script, ['T17669.script'])
test('T18330', [copy_files, extra_files(['../shell.hs', 'T18330.extra', 'T18330.hs'])
, filter_stdout_lines(r'ghci>.*')
, extra_hc_opts('-v1')]
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 2e67879b33..2f304ddc55 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -56,7 +56,7 @@ test('TH_spliceE5_prof',
when(opsys('mingw32'), expect_broken(18271))],
makefile_test, ['TH_spliceE5_prof'])
-test('TH_spliceE5_prof_ext', [req_profiling, only_ways(['normal'])],
+test('TH_spliceE5_prof_ext', [req_profiling, req_rts_linker, only_ways(['normal'])],
makefile_test, ['TH_spliceE5_prof_ext'])
test('TH_spliceD1', [], multimod_compile_fail,