Skip to content

Commit 4573dd6

Browse files
authored
Merge pull request #61740 from hamishknight/disable-tests
[test] Disable a couple of `@_objcImplementation` tests
2 parents eedf7be + 169c4ca commit 4573dd6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/IRGen/objc_implementation.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar101420862
2+
13
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %S/Inputs/abi -F %clang-importer-sdk-path/frameworks %s -import-objc-header %S/Inputs/objc_implementation.h -emit-ir > %t.ir
24
// RUN: %FileCheck --input-file %t.ir %s
35
// RUN: %FileCheck --input-file %t.ir --check-prefix NEGATIVE %s

test/Interpreter/objc_implementation_swift_client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar101543397
2+
13
//
24
// Build objc_implementation.framework
35
//

0 commit comments

Comments
 (0)