Skip to content

[test] Temporarily disable Reflection tests on non-macOS #19031

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions validation-test/Reflection/existentials.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

/*
This file pokes at the swift_reflection_projectExistential API
of the SwiftRemoteMirror library.
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/functions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

/*
This file pokes at the swift_reflection_infoForInstance() API
of the SwiftRemoteMirror library.
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/functions_objc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest
import Foundation
import CoreGraphics
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/inherits_NSObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import Foundation
import simd

Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/inherits_ObjCClasses.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import simd
import ObjCClasses
import SwiftReflectionTest
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/inherits_Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class BaseClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Array.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Bool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Character.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Dictionary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Double.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Float.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Int.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Int16.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Int32.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Int64.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Int8.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_NSArray.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest
import Foundation

Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_NSNumber.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest
import Foundation

Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_NSSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest
import Foundation

Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_NSString.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest
import Foundation

Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_Set.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_String.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_UInt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_UInt16.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_UInt32.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_UInt64.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_UInt8.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestClass {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_empty_class.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class EmptyClass { }
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_existential.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest

class TestGeneric<T> {
Expand Down
3 changes: 3 additions & 0 deletions validation-test/Reflection/reflect_multiple_types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// REQUIRES: objc_interop
// REQUIRES: executable_test

// FIXME: Handle different forms of %target-run more robustly
// REQUIRES: OS=macosx

import SwiftReflectionTest
import Foundation

Expand Down