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.
OS=wasi
embedded/lit.local.cfg
1 parent ce16289 commit b10da62Copy full SHA for b10da62
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"]
+supported_test_os_list = ["OS=macosx", "OS=linux-gnu", "OS=none-eabi", "OS=none-elf", "OS=wasi"]
24
if config.available_features.intersection(set(supported_test_os_list)) == set():
25
26
0 commit comments