Skip to content

Commit fc3ebd1

Browse files
committed
Partially re-enable some @_objcImpl tests
These were disabled becuase they didn’t work properly in bots testing iOS or other platforms. Re-enable them for macOS until they can be fully repaired.
1 parent 75dfb56 commit fc3ebd1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/IRGen/objc_implementation.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: rdar101420862
1+
// Test doesn't pass on all platforms (rdar://101420862)
2+
// REQUIRES: OS=macosx
23

34
// 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
45
// RUN: %FileCheck --input-file %t.ir %s

test/Interpreter/objc_implementation_swift_client.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: rdar101543397
1+
// Test doesn't pass on all platforms (rdar://101543397)
2+
// REQUIRES: OS=macosx
23

34
//
45
// Build objc_implementation.framework

0 commit comments

Comments
 (0)