Skip to content
Snippets Groups Projects
Commit 838e9839 authored by Cheng Shao's avatar Cheng Shao Committed by Zubin
Browse files

testsuite: skip T2615 on wasm

This commit marks T2615 as skip on wasm, given LD_* environment
variables aren't supported on wasm anyway.

(cherry picked from commit fefb4ea1)
(cherry picked from commit 39d746e1)
parent b83ceaf4
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ test('T2615',
when(opsys('solaris2'), skip),
# OpenBSD linker does not support GNUish linker scripts
when(opsys('openbsd'), expect_broken(20869)),
# LD_LIBRARY_PATH etc doesn't work on wasm
when(arch('wasm32'), skip),
pre_cmd('$MAKE -s --no-print-directory T2615-prep'),
# Add current directory to dlopen search path
cmd_prefix('LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ')],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment