Merge pull request #17872 from lorentey/crashes-scare-counters

This commit is contained in:
swift-ci
2018-07-10 20:01:29 -07:00
committed by GitHub

View File

@@ -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)