Skip to content
Snippets Groups Projects
Commit 47989ecc authored by Cheng Shao's avatar Cheng Shao
Browse files

testsuite: skip rdynamic on wasm

parent 78c8b900
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,8 @@ test('rdynamic', [ unless(opsys('linux') or opsys('mingw32'), skip)
# '-rdynamic' ghc, load modules only via dlopen(RTLD_BLOBAL) and more.
, omit_ghci
, js_broken(22374)
# RTS linker doesn't work on non-dyn ways on wasm32
, when(arch('wasm32'), skip)
],
compile_and_run, ['-rdynamic -package ghc'])
......
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