Skip to content

Commit fdb3913

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 6c91760 + 11bddb4 commit fdb3913

31 files changed

+93
-0
lines changed

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.

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.

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

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

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

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 {

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 {

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 {

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 {

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 {

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 {

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 {

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 {

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 {

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 {

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 {

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 {

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

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

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

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

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 {

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 {

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 {

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 {

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 {

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 {

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 {

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 { }

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> {

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)