Skip to content

Commit 226aa46

Browse files
kateinoigakukunrunner
authored andcommitted
[wasm][test] HACK: Disable os_stdlib tests due to no dynamic loading
1 parent 38f9a0c commit 226aa46

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

23082308
if 'remote_run_host' in lit_config.params:
23092309
configure_remote_run()
2310-
elif not kIsWindows:
2310+
elif not kIsWindows and not run_os == 'wasi':
23112311
if 'use_os_stdlib' in lit_config.params:
23122312
config.available_features.add('use_os_stdlib')
23132313

0 commit comments

Comments
 (0)