Skip to content

Commit 68a5331

Browse files
committed
[test] Fix Dictionary failures; reenable previously disabled tests
Crashes somehow interfere with object counters in optimized tests, breaking the tests immediately following a crash test. Remove getObjects:andKeys:count: crash tests for now. rdar://problem/41871587
1 parent 6c0d325 commit 68a5331

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

validation-test/stdlib/Dictionary.swift

-4
Original file line numberDiff line numberDiff line change
@@ -3421,8 +3421,6 @@ DictionaryTestSuite.test("BridgedToObjC.Verbatim.getObjects:andKeys:count:") {
34213421
for count in 0 ..< d.count + 2 {
34223422
checkGetObjectsAndKeys(d, count: count)
34233423
}
3424-
expectCrashLater()
3425-
checkGetObjectsAndKeys(d, count: -1)
34263424
}
34273425

34283426
//===---
@@ -3530,8 +3528,6 @@ DictionaryTestSuite.test("BridgedToObjC.Custom.getObjects:andKeys:count:") {
35303528
for count in 0 ..< d.count + 2 {
35313529
checkGetObjectsAndKeys(d, count: count)
35323530
}
3533-
expectCrashLater()
3534-
checkGetObjectsAndKeys(d, count: -1)
35353531
}
35363532

35373533
func getBridgedNSDictionaryOfKey_ValueTypeCustomBridged() -> NSDictionary {

0 commit comments

Comments
 (0)