File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
// REQUIRES: executable_test
5
5
// REQUIRES: concurrency
6
+ // UNSUPPORTED: OS=macosx && freestanding
7
+ // UNSUPPORTED: OS=ios && freestanding
8
+ // UNSUPPORTED: OS=tvos && freestanding
9
+ // UNSUPPORTED: OS=watchos && freestanding
6
10
7
11
import StdlibUnittest
8
12
Original file line number Diff line number Diff line change 4
4
// REQUIRES: concurrency
5
5
// REQUIRES: concurrency_runtime
6
6
// UNSUPPORTED: back_deployment_runtime
7
+ // UNSUPPORTED: OS=macosx && freestanding
8
+ // UNSUPPORTED: OS=ios && freestanding
9
+ // UNSUPPORTED: OS=tvos && freestanding
10
+ // UNSUPPORTED: OS=watchos && freestanding
7
11
8
12
actor Page {
9
13
let initialNumWords : Int
Original file line number Diff line number Diff line change 9
9
// in the back deployment runtime.
10
10
// UNSUPPORTED: back_deployment_runtime
11
11
// UNSUPPORTED: back_deploy_concurrency
12
+ // UNSUPPORTED: OS=macosx && freestanding
13
+ // UNSUPPORTED: OS=ios && freestanding
14
+ // UNSUPPORTED: OS=tvos && freestanding
15
+ // UNSUPPORTED: OS=watchos && freestanding
12
16
13
17
import _Concurrency
14
18
import StdlibUnittest
Original file line number Diff line number Diff line change 6
6
7
7
// REQUIRES: executable_test
8
8
// REQUIRES: concurrency
9
+ // UNSUPPORTED: OS=macosx && freestanding
10
+ // UNSUPPORTED: OS=ios && freestanding
11
+ // UNSUPPORTED: OS=tvos && freestanding
12
+ // UNSUPPORTED: OS=watchos && freestanding
9
13
10
14
import StdlibUnittest
11
15
import reasync
Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift
2
2
// REQUIRES: executable_test
3
+ // UNSUPPORTED: OS=macosx && freestanding
4
+ // UNSUPPORTED: OS=ios && freestanding
5
+ // UNSUPPORTED: OS=tvos && freestanding
6
+ // UNSUPPORTED: OS=watchos && freestanding
3
7
4
8
import StdlibUnittest
5
9
Original file line number Diff line number Diff line change 15
15
// RUN: %target-codesign %t/Builtins
16
16
// RUN: %target-run %t/Builtins
17
17
// REQUIRES: executable_test
18
+ // UNSUPPORTED: OS=macosx && freestanding
19
+ // UNSUPPORTED: OS=ios && freestanding
20
+ // UNSUPPORTED: OS=tvos && freestanding
21
+ // UNSUPPORTED: OS=watchos && freestanding
18
22
19
23
import Swift
20
24
import SwiftShims
You can’t perform that action at this time.
0 commit comments