Skip to content

Commit 774de99

Browse files
committed
---
yaml --- r: 345063 b: refs/heads/master c: fdb3913 h: refs/heads/master i: 345061: bb7710c 345059: ac39123 345055: d7b2a02
1 parent 2ff8eed commit 774de99

32 files changed

+94
-1
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: 6c917606f0ebfb601173555bbab0b3bb65472df1
2+
refs/heads/master: fdb3913120d093d01356056473e979d05c84b56c
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/validation-test/Reflection/existentials.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
/*
1417
This file pokes at the swift_reflection_projectExistential API
1518
of the SwiftRemoteMirror library.

trunk/validation-test/Reflection/functions.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// REQUIRES: objc_interop
1414
// REQUIRES: executable_test
1515

16+
// FIXME: Handle different forms of %target-run more robustly
17+
// REQUIRES: OS=macosx
18+
1619
/*
1720
This file pokes at the swift_reflection_infoForInstance() API
1821
of the SwiftRemoteMirror library.

trunk/validation-test/Reflection/functions_objc.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// REQUIRES: objc_interop
1212
// REQUIRES: executable_test
1313

14+
// FIXME: Handle different forms of %target-run more robustly
15+
// REQUIRES: OS=macosx
16+
1417
import SwiftReflectionTest
1518
import Foundation
1619
import CoreGraphics

trunk/validation-test/Reflection/inherits_NSObject.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import Foundation
1417
import simd
1518

trunk/validation-test/Reflection/inherits_ObjCClasses.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// REQUIRES: objc_interop
1414
// REQUIRES: executable_test
1515

16+
// FIXME: Handle different forms of %target-run more robustly
17+
// REQUIRES: OS=macosx
18+
1619
import simd
1720
import ObjCClasses
1821
import SwiftReflectionTest

trunk/validation-test/Reflection/inherits_Swift.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// REQUIRES: objc_interop
1212
// REQUIRES: executable_test
1313

14+
// FIXME: Handle different forms of %target-run more robustly
15+
// REQUIRES: OS=macosx
16+
1417
import SwiftReflectionTest
1518

1619
class BaseClass {

trunk/validation-test/Reflection/reflect_Array.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Bool.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Character.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Dictionary.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Double.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Float.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Int.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Int16.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Int32.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Int64.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_Int8.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_NSArray.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417
import Foundation
1518

trunk/validation-test/Reflection/reflect_NSNumber.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417
import Foundation
1518

trunk/validation-test/Reflection/reflect_NSSet.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417
import Foundation
1518

trunk/validation-test/Reflection/reflect_NSString.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417
import Foundation
1518

trunk/validation-test/Reflection/reflect_Set.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_String.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_UInt.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_UInt16.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_UInt32.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_UInt64.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_UInt8.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestClass {

trunk/validation-test/Reflection/reflect_empty_class.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class EmptyClass { }

trunk/validation-test/Reflection/reflect_existential.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417

1518
class TestGeneric<T> {

trunk/validation-test/Reflection/reflect_multiple_types.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212

13+
// FIXME: Handle different forms of %target-run more robustly
14+
// REQUIRES: OS=macosx
15+
1316
import SwiftReflectionTest
1417
import Foundation
1518

0 commit comments

Comments
 (0)