@@ -13,8 +13,7 @@ class TestTimeZone: XCTestCase {
13
13
14
14
static var allTests : [ ( String , ( TestTimeZone ) -> ( ) throws -> Void ) ] {
15
15
return [
16
- // Disabled see https://bugs.swift.org/browse/SR-300
17
- // ("test_abbreviation", test_abbreviation),
16
+ ( " test_abbreviation " , test_abbreviation) ,
18
17
19
18
// Disabled because `CFTimeZoneSetAbbreviationDictionary()` attempts
20
19
// to release non-CF objects while removing values from
@@ -26,9 +25,7 @@ class TestTimeZone: XCTestCase {
26
25
( " test_initializingTimeZoneWithOffset " , test_initializingTimeZoneWithOffset) ,
27
26
( " test_initializingTimeZoneWithAbbreviation " , test_initializingTimeZoneWithAbbreviation) ,
28
27
( " test_localizedName " , test_localizedName) ,
29
- // Also disabled due to https://bugs.swift.org/browse/SR-300
30
- // ("test_systemTimeZoneUsesSystemTime", test_systemTimeZoneUsesSystemTime),
31
-
28
+ ( " test_systemTimeZoneUsesSystemTime " , test_systemTimeZoneUsesSystemTime) ,
32
29
( " test_customMirror " , test_tz_customMirror) ,
33
30
( " test_knownTimeZones " , test_knownTimeZones) ,
34
31
( " test_systemTimeZoneName " , test_systemTimeZoneName) ,
0 commit comments