summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-01 00:02:31 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-12 19:16:40 -0400
commit852ec4f50fe16d0f47b19603035a34d4520de515 (patch)
tree79b93bc752b8087e2ee981dcd9b3a8445fa25369
parentfcd970b56853350c2de330decb5c2658fcf6e7f8 (diff)
downloadhaskell-852ec4f50fe16d0f47b19603035a34d4520de515.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