summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-01 00:02:31 -0400
committerBen Gamari <ben@well-typed.com>2021-10-06 08:47:38 +0000
commitcff648c0028073490d979cbc8591c3d8a4ac6b18 (patch)
tree32a587754f944e3cd17064efc3653d24062d9415
parent040f04c00f3b24744ea40a550fbebb9c68ce917d (diff)
downloadhaskell-cff648c0028073490d979cbc8591c3d8a4ac6b18.tar.gz
testsuite: Mark T13702 as requiring share libraries
It fails on statically-built Alpine with ``` T13702.hs:1:1: error: Could not find module ‘Prelude’ Perhaps you haven't installed the "dyn" libraries for package ‘base-4.15.0.0’? Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 1 | {-# LANGUAGE ForeignFunctionInterface #-} | ^ ```
-rw-r--r--testsuite/tests/dynlibs/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dynlibs/all.T b/testsuite/tests/dynlibs/all.T
index 79d4ee9c5a..622bcab6a7 100644
--- a/testsuite/tests/dynlibs/all.T
+++ b/testsuite/tests/dynlibs/all.T
@@ -11,7 +11,7 @@ test('T5373', [req_shared_libs], makefile_test, [])
# It's not clear exactly what platforms we can expect this to succeed on.
test('T13702',
[when(have_thread_sanitizer(), expect_broken(18884)),
- unless(opsys('linux'), skip)],
+ req_shared_libs, unless(opsys('linux'), skip)],
makefile_test, [])
# test that -shared and -flink-rts actually links the rts