@@ -3421,8 +3421,6 @@ DictionaryTestSuite.test("BridgedToObjC.Verbatim.getObjects:andKeys:count:") {
3421
3421
for count in 0 ..< d. count + 2 {
3422
3422
checkGetObjectsAndKeys ( d, count: count)
3423
3423
}
3424
- expectCrashLater ( )
3425
- checkGetObjectsAndKeys ( d, count: - 1 )
3426
3424
}
3427
3425
3428
3426
//===---
@@ -3431,9 +3429,7 @@ DictionaryTestSuite.test("BridgedToObjC.Verbatim.getObjects:andKeys:count:") {
3431
3429
// Key type and value type are bridged non-verbatim.
3432
3430
//===---
3433
3431
3434
- DictionaryTestSuite . test ( " BridgedToObjC.KeyValue_ValueTypesCustomBridged " )
3435
- . skip ( . always( " rdar://problem/41871587 " ) )
3436
- . code {
3432
+ DictionaryTestSuite . test ( " BridgedToObjC.KeyValue_ValueTypesCustomBridged " ) {
3437
3433
let d = getBridgedNSDictionaryOfKeyValue_ValueTypesCustomBridged ( )
3438
3434
let enumerator = d. keyEnumerator ( )
3439
3435
@@ -3530,8 +3526,6 @@ DictionaryTestSuite.test("BridgedToObjC.Custom.getObjects:andKeys:count:") {
3530
3526
for count in 0 ..< d. count + 2 {
3531
3527
checkGetObjectsAndKeys ( d, count: count)
3532
3528
}
3533
- expectCrashLater ( )
3534
- checkGetObjectsAndKeys ( d, count: - 1 )
3535
3529
}
3536
3530
3537
3531
func getBridgedNSDictionaryOfKey_ValueTypeCustomBridged( ) -> NSDictionary {
@@ -3549,9 +3543,7 @@ func getBridgedNSDictionaryOfKey_ValueTypeCustomBridged() -> NSDictionary {
3549
3543
return bridged
3550
3544
}
3551
3545
3552
- DictionaryTestSuite . test ( " BridgedToObjC.Key_ValueTypeCustomBridged " )
3553
- . skip ( . always( " rdar://problem/41871587 " ) )
3554
- . code {
3546
+ DictionaryTestSuite . test ( " BridgedToObjC.Key_ValueTypeCustomBridged " ) {
3555
3547
let d = getBridgedNSDictionaryOfKey_ValueTypeCustomBridged ( )
3556
3548
let enumerator = d. keyEnumerator ( )
3557
3549
0 commit comments