mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #17872 from lorentey/crashes-scare-counters
This commit is contained in:
@@ -3416,7 +3416,9 @@ func checkGetObjectsAndKeys(
|
||||
withExtendedLifetime(canary) {}
|
||||
}
|
||||
|
||||
DictionaryTestSuite.test("BridgedToObjC.Verbatim.getObjects:andKeys:count:") {
|
||||
DictionaryTestSuite.test("BridgedToObjC.Verbatim.getObjects:andKeys:count:")
|
||||
.skip(.always("rdar://problem/41871587"))
|
||||
.code {
|
||||
let d = getBridgedNSDictionaryOfRefTypesBridgedVerbatim()
|
||||
for count in 0 ..< d.count + 2 {
|
||||
checkGetObjectsAndKeys(d, count: count)
|
||||
@@ -3521,7 +3523,9 @@ DictionaryTestSuite.test("BridgedToObjC.Custom.FastEnumeration_Empty") {
|
||||
{ ($0 as! TestObjCValueTy).value })
|
||||
}
|
||||
|
||||
DictionaryTestSuite.test("BridgedToObjC.Custom.getObjects:andKeys:count:") {
|
||||
DictionaryTestSuite.test("BridgedToObjC.Custom.getObjects:andKeys:count:")
|
||||
.skip(.always("rdar://problem/41871587"))
|
||||
.code {
|
||||
let d = getBridgedNSDictionaryOfKeyValue_ValueTypesCustomBridged()
|
||||
for count in 0 ..< d.count + 2 {
|
||||
checkGetObjectsAndKeys(d, count: count)
|
||||
|
||||
Reference in New Issue
Block a user