Skip to content

Commit 661f033

Browse files
Switch the embedded tests from XFAIL to UNSUPPORTED: freestanding
1 parent ebe97a4 commit 661f033

6 files changed

+6
-24
lines changed

test/embedded/concurrency-actors.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
// REQUIRES: swift_in_compiler
99
// REQUIRES: optimized_stdlib
1010
// REQUIRES: OS=macosx
11-
12-
// The Darwin SDK overlay module in the macOS SDK cannot be imported in
13-
// embedded Swift mode.
14-
// XFAIL: OS=macosx
11+
// UNSUPPORTED: freestanding
1512

1613
import _Concurrency
1714

test/embedded/concurrency-async-let.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
// REQUIRES: swift_in_compiler
99
// REQUIRES: optimized_stdlib
1010
// REQUIRES: OS=macosx
11-
12-
// The Darwin SDK overlay module in the macOS SDK cannot be imported in
13-
// embedded Swift mode.
14-
// XFAIL: OS=macosx
11+
// UNSUPPORTED: freestanding
1512

1613
import _Concurrency
1714

test/embedded/concurrency-simple.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
// REQUIRES: swift_in_compiler
99
// REQUIRES: optimized_stdlib
1010
// REQUIRES: OS=macosx
11-
12-
// The Darwin SDK overlay module in the macOS SDK cannot be imported in
13-
// embedded Swift mode.
14-
// XFAIL: OS=macosx
11+
// UNSUPPORTED: freestanding
1512

1613
import _Concurrency
1714

test/embedded/darwin-bridging-header.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
// REQUIRES: optimized_stdlib
1111
// REQUIRES: VENDOR=apple
1212
// REQUIRES: OS=macosx
13-
14-
// The Darwin SDK overlay module in the macOS SDK cannot be imported in
15-
// embedded Swift mode.
16-
// XFAIL: OS=macosx
13+
// UNSUPPORTED: freestanding
1714

1815
// BEGIN BridgingHeader.h
1916

test/embedded/darwin.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
// REQUIRES: optimized_stdlib
99
// REQUIRES: VENDOR=apple
1010
// REQUIRES: OS=macosx
11-
12-
// The Darwin SDK overlay module in the macOS SDK cannot be imported in
13-
// embedded Swift mode.
14-
// XFAIL: OS=macosx
11+
// UNSUPPORTED: freestanding
1512

1613
import Darwin
1714

test/embedded/dependencies-concurrency.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@
4646
// REQUIRES: executable_test
4747
// REQUIRES: optimized_stdlib
4848
// REQUIRES: OS=macosx
49-
50-
// The Darwin SDK overlay module in the macOS SDK cannot be imported in
51-
// embedded Swift mode.
52-
// XFAIL: OS=macosx
49+
// UNSUPPORTED: freestanding
5350

5451
import _Concurrency
5552

0 commit comments

Comments
 (0)