Skip to content

Commit 2def3c5

Browse files
[Wasm] Disable os_stdlib tests for WASI due to no dynamic loading
1 parent dc75476 commit 2def3c5

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

21382138
if 'remote-run-host' in lit_config.params:
21392139
configure_remote_run()
2140-
elif not kIsWindows:
2140+
elif not kIsWindows and not run_os == 'wasi':
21412141
if 'use_os_stdlib' in lit_config.params:
21422142
config.available_features.add('use_os_stdlib')
21432143

0 commit comments

Comments
 (0)