Skip to content

Commit 172fc22

Browse files
kateinoigakukunrunner
authored andcommitted
[wasm][test] HACK: Disable os_stdlib tests due to no dynamic loading
1 parent a46cd00 commit 172fc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@ if run_vendor != 'apple':
22912291

22922292
if 'remote_run_host' in lit_config.params:
22932293
configure_remote_run()
2294-
elif not kIsWindows:
2294+
elif not kIsWindows and not run_os == 'wasi':
22952295
if 'use_os_stdlib' in lit_config.params:
22962296
config.available_features.add('use_os_stdlib')
22972297

0 commit comments

Comments
 (0)