File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3431,7 +3431,9 @@ DictionaryTestSuite.test("BridgedToObjC.Verbatim.getObjects:andKeys:count:") {
3431
3431
// Key type and value type are bridged non-verbatim.
3432
3432
//===---
3433
3433
3434
- DictionaryTestSuite . test ( " BridgedToObjC.KeyValue_ValueTypesCustomBridged " ) {
3434
+ DictionaryTestSuite . test ( " BridgedToObjC.KeyValue_ValueTypesCustomBridged " )
3435
+ . skip ( . always( " rdar://problem/41871587 " ) )
3436
+ . code {
3435
3437
let d = getBridgedNSDictionaryOfKeyValue_ValueTypesCustomBridged ( )
3436
3438
let enumerator = d. keyEnumerator ( )
3437
3439
@@ -3547,7 +3549,9 @@ func getBridgedNSDictionaryOfKey_ValueTypeCustomBridged() -> NSDictionary {
3547
3549
return bridged
3548
3550
}
3549
3551
3550
- DictionaryTestSuite . test ( " BridgedToObjC.Key_ValueTypeCustomBridged " ) {
3552
+ DictionaryTestSuite . test ( " BridgedToObjC.Key_ValueTypeCustomBridged " )
3553
+ . skip ( . always( " rdar://problem/41871587 " ) )
3554
+ . code {
3551
3555
let d = getBridgedNSDictionaryOfKey_ValueTypeCustomBridged ( )
3552
3556
let enumerator = d. keyEnumerator ( )
3553
3557
You can’t perform that action at this time.
0 commit comments