Skip to content

Commit 81cdbfa

Browse files
committed
tests: temporarily disable two C++ interop tests which are failing in rebranch
rdar://102858524
1 parent 2862950 commit 81cdbfa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Interop/Cxx/enum/c-enums-NS_OPTIONS-api-notes-renamed-options.swift

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

44
// REQUIRES: objc_interop
55

6+
// REQUIRES: rdar102858524
7+
68
import CenumsNSOptions
79

810
// CHECK-NOT: warning: imported declaration 'API_NOTES_NAMED_OptionOne' could not be mapped to 'SwiftOptionOneApiNotes'

test/Interop/Cxx/enum/c-enums-NS_OPTIONS-swift-named-options.swift

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

44
// REQUIRES: objc_interop
55

6+
// REQUIRES: rdar102858524
7+
68
import CenumsNSOptions
79

810
// CHECK-NOT: warning: imported declaration 'NS_SWIFT_NAMED_OptionOne' could not be mapped to 'SwiftOptionOne'

0 commit comments

Comments
 (0)