File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3422,13 +3422,13 @@ func checkGetObjectsAndKeys(
3422
3422
withExtendedLifetime ( canary) { }
3423
3423
}
3424
3424
3425
- DictionaryTestSuite . test ( " BridgedToObjC.Verbatim.getObjects:andKeys:count: " ) {
3425
+ DictionaryTestSuite . test ( " BridgedToObjC.Verbatim.getObjects:andKeys:count: " )
3426
+ . skip ( . always( " rdar://problem/41871587 " ) )
3427
+ . code {
3426
3428
let d = getBridgedNSDictionaryOfRefTypesBridgedVerbatim ( )
3427
3429
for count in 0 ..< d. count + 2 {
3428
3430
checkGetObjectsAndKeys ( d, count: count)
3429
3431
}
3430
- expectCrashLater ( )
3431
- checkGetObjectsAndKeys ( d, count: - 1 )
3432
3432
}
3433
3433
3434
3434
//===---
@@ -3529,13 +3529,13 @@ DictionaryTestSuite.test("BridgedToObjC.Custom.FastEnumeration_Empty") {
3529
3529
{ ( $0 as! TestObjCValueTy ) . value } )
3530
3530
}
3531
3531
3532
- DictionaryTestSuite . test ( " BridgedToObjC.Custom.getObjects:andKeys:count: " ) {
3532
+ DictionaryTestSuite . test ( " BridgedToObjC.Custom.getObjects:andKeys:count: " )
3533
+ . skip ( . always( " rdar://problem/41871587 " ) )
3534
+ . code {
3533
3535
let d = getBridgedNSDictionaryOfKeyValue_ValueTypesCustomBridged ( )
3534
3536
for count in 0 ..< d. count + 2 {
3535
3537
checkGetObjectsAndKeys ( d, count: count)
3536
3538
}
3537
- expectCrashLater ( )
3538
- checkGetObjectsAndKeys ( d, count: - 1 )
3539
3539
}
3540
3540
3541
3541
func getBridgedNSDictionaryOfKey_ValueTypeCustomBridged( ) -> NSDictionary {
You can’t perform that action at this time.
0 commit comments