Skip to content

Commit 0b47e8b

Browse files
kateinoigakukunrunner
authored andcommitted
[wasm][test] HACK: Disable os_stdlib tests due to no dynamic loading
1 parent cdc706e commit 0b47e8b

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
@@ -2281,7 +2281,7 @@ if run_vendor != 'apple':
22812281

22822282
if 'remote_run_host' in lit_config.params:
22832283
configure_remote_run()
2284-
elif not kIsWindows:
2284+
elif not kIsWindows and not run_os == 'wasi':
22852285
if 'use_os_stdlib' in lit_config.params:
22862286
config.available_features.add('use_os_stdlib')
22872287

0 commit comments

Comments
 (0)