Skip to content

Commit 3363b58

Browse files
committed
---
yaml --- r: 347323 b: refs/heads/master c: fabf61f h: refs/heads/master i: 347321: 5f6999f 347319: 3b1da64
1 parent e399aea commit 3363b58

File tree

5 files changed

+5
-17
lines changed

5 files changed

+5
-17
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e7e14f55df9b6b952514a905cd523294fe6a70a4
2+
refs/heads/master: fabf61faec65977fb2112b9925f9668f3eabe1e8
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/test/ClangImporter/MixedSource/autolinking.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
// Linux uses a different autolinking mechanism, based on
44
// 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
96

107
// Use a type declared in the Clang part of the module.
118
public let y = Test()

trunk/test/ClangImporter/autolinking.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414

1515
// Linux uses a different autolinking mechanism, based on
1616
// 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
2118

2219
import LinkMusket
2320
import LinkFramework

trunk/test/Serialization/autolinking-inlinable-inferred.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111

1212
// Linux uses a different autolinking mechanism, based on
1313
// 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
1815

1916
import autolinking_module_inferred
2017

trunk/test/Serialization/autolinking.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121

2222
// Linux uses a different autolinking mechanism, based on
2323
// 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
2825

2926
import someModule
3027

0 commit comments

Comments
 (0)