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.
1 parent 164be4c commit 539bf36Copy full SHA for 539bf36
test/toolchain/clang-module.swift
@@ -3,4 +3,4 @@
3
// RUN: %{swift} build --package-path %S/Inputs/clang-module-example --scratch-path %t.dir --triple wasm32-unknown-wasi --static-swift-stdlib
4
5
// Skipping this test on main until we include swift-testing in the SDK
6
-// XFAIL: scheme=main
+// REQUIRES: GH-5587
test/toolchain/swiftpm-test.test
@@ -1,6 +1,6 @@
1
REQUIRES: FileCheck
2
# Skipping this test on main until we include swift-testing in the SDK
-XFAIL: scheme=main
+REQUIRES: GH-5587
RUN: rm -rf %t.dir
RUN: mkdir -p %t.dir
0 commit comments