Skip to content

Commit fe65fbd

Browse files
Un-XFAIL tests that were disabled due to FoundationXML crash
The change is now reverted swiftlang/swift#77309
1 parent a5c104a commit fe65fbd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/swift-sdk/foundation/XML.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %{target_simple_swift_build}
22
// RUN: %{wasm_run} %t.dir/.build/debug/Check.wasm | %{FileCheck} %s
33
// REQUIRES: FileCheck
4-
// XFAIL: scheme=main
54

65
import FoundationXML
76

test/swift-sdk/swiftpm-build.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
// RUN: %{swift} package init --package-path %t.dir --name Example
44
// RUN: cp %S/Inputs/imports.swift %t.dir/Sources/Example/Imports.swift
55
// RUN: %{target_swift_build} --package-path %t.dir
6-
// XFAIL: scheme=main

test/toolchain/swiftpm-build.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
// RUN: %{swift} package init --package-path %t.dir --name Example
44
// RUN: cp %S/Inputs/imports.swift %t.dir/Sources/Example/Imports.swift
55
// RUN: %{swift} build --package-path %t.dir --triple wasm32-unknown-wasi -Xswiftc -static-stdlib -Xswiftc -resource-dir -Xswiftc %{package_path}/usr/lib/swift_static
6-
// XFAIL: scheme=main

0 commit comments

Comments
 (0)