Skip to content

Commit cbfc939

Browse files
committed
Temporarily fix end-to-end remote mirror tests to OS X
There is an issue with writing to pipes under heavy load in the iOS simulator but is intermittent. Disabling the tests there while I investigate. rdar://problem/26230879
1 parent a797d64 commit cbfc939

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

validation-test/Reflection/example.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %target-run %target-swift-reflection-test %t/example | FileCheck %s --check-prefix=CHECK-%target-ptrsize
44
// REQUIRES: objc_interop
55

6+
// rdar://problem/26230879
7+
// REQUIRES: OS=macosx
8+
69
import SwiftReflectionTest
710

811
class Container {

validation-test/Reflection/existentials.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %target-run %target-swift-reflection-test %t/existentials | FileCheck %s --check-prefix=CHECK-%target-ptrsize
44
// REQUIRES: objc_interop
55

6+
// rdar://problem/26230879
7+
// REQUIRES: OS=macosx
8+
69
/*
710
This file pokes at the swift_reflection_projectExistential API
811
of the SwiftRemoteMirror library.

validation-test/Reflection/functions.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %target-run %target-swift-reflection-test %t/functions 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
44
// REQUIRES: objc_interop
55

6+
// rdar://problem/26230879
7+
// REQUIRES: OS=macosx
8+
69
/*
710
This file pokes at the swift_reflection_infoForInstance() API
811
of the SwiftRemoteMirror library.

0 commit comments

Comments
 (0)