Skip to content

Commit 2862950

Browse files
committed
tests: temporarily disable PrintAsObjC tests which are failing in rebranch
rdar://102629628
1 parent e0e4e84 commit 2862950

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/PrintAsObjC/availability-real-sdk.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
// CHECK-NEXT: - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull){{[a-zA-Z]+}} OBJC_DESIGNATED_INITIALIZER;
5050
// CHECK-NEXT: @end
5151

52+
// REQUIRES: rdar102629628
5253

5354
import Foundation
5455

test/PrintAsObjC/override.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
// REQUIRES: objc_interop
1717

18+
// REQUIRES: rdar102629628
19+
1820
import OverrideBase
1921
// No errors from Clang until we get to the FixMe class.
2022
// CLANG-NOT: error

0 commit comments

Comments
 (0)