We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasip1
lit.local.cfg
1 parent db33d70 commit ca3d6bcCopy full SHA for ca3d6bc
test/embedded/lit.local.cfg
@@ -20,7 +20,7 @@ if 'embedded_stdlib' not in config.available_features:
20
config.unsupported = True
21
22
# (3) Restrict Embedded Swift tests only to the currently supported set of test target OS's, skip them otherwise.
23
-supported_test_os_list = ["OS=macosx", "OS=linux-gnu", "OS=none-eabi", "OS=none-elf", "OS=wasi"]
+supported_test_os_list = ["OS=macosx", "OS=linux-gnu", "OS=none-eabi", "OS=none-elf", "OS=wasip1"]
24
if config.available_features.intersection(set(supported_test_os_list)) == set():
25
26
0 commit comments