File tree Expand file tree Collapse file tree 5 files changed +5
-17
lines changed Expand file tree Collapse file tree 5 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e7e14f55df9b6b952514a905cd523294fe6a70a4
2
+ refs/heads/master: fabf61faec65977fb2112b9925f9668f3eabe1e8
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change 2
2
3
3
// Linux uses a different autolinking mechanism, based on
4
4
// swift-autolink-extract. This file tests the Darwin mechanism.
5
- // UNSUPPORTED: OS=linux-gnu
6
- // UNSUPPORTED: OS=linux-gnueabihf
7
- // UNSUPPORTED: OS=freebsd
8
- // UNSUPPORTED: OS=linux-androideabi
5
+ // UNSUPPORTED: autolink-extract
9
6
10
7
// Use a type declared in the Clang part of the module.
11
8
public let y = Test ( )
Original file line number Diff line number Diff line change 14
14
15
15
// Linux uses a different autolinking mechanism, based on
16
16
// swift-autolink-extract. This file tests the Darwin mechanism.
17
- // UNSUPPORTED: OS=linux-gnu
18
- // UNSUPPORTED: OS=linux-gnueabihf
19
- // UNSUPPORTED: OS=freebsd
20
- // UNSUPPORTED: OS=linux-androideabi
17
+ // UNSUPPORTED: autolink-extract
21
18
22
19
import LinkMusket
23
20
import LinkFramework
Original file line number Diff line number Diff line change 11
11
12
12
// Linux uses a different autolinking mechanism, based on
13
13
// swift-autolink-extract. This file tests the Darwin mechanism.
14
- // UNSUPPORTED: OS=linux-gnu
15
- // UNSUPPORTED: OS=linux-gnueabihf
16
- // UNSUPPORTED: OS=freebsd
17
- // UNSUPPORTED: OS=linux-androideabi
14
+ /// UNSUPPORTED: autolink-extract
18
15
19
16
import autolinking_module_inferred
20
17
Original file line number Diff line number Diff line change 21
21
22
22
// Linux uses a different autolinking mechanism, based on
23
23
// swift-autolink-extract. This file tests the Darwin mechanism.
24
- // UNSUPPORTED: OS=linux-gnu
25
- // UNSUPPORTED: OS=linux-gnueabihf
26
- // UNSUPPORTED: OS=freebsd
27
- // UNSUPPORTED: OS=linux-androideabi
24
+ // UNSUPPORTED: autolink-extract
28
25
29
26
import someModule
30
27
You can’t perform that action at this time.
0 commit comments