Skip to content

Commit 44ae75b

Browse files
committed
Comment updated
1 parent 5a1603c commit 44ae75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestFoundation/TestCodable.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ class TestCodable : XCTestCase {
358358
.yearForWeekOfYear,
359359
.timeZone,
360360
.calendar,
361-
// Disabled due to a bug in Calendar.dateComponents(_:from:)
362-
// crashing if components include .nanosecond or .quarter
361+
// [SR-5576] Disabled due to a bug in Calendar.dateComponents(_:from:) which crashes on Darwin and returns
362+
// invalid values on Linux if components include .nanosecond or .quarter.
363363
// .nanosecond,
364364
// .quarter,
365365
]

0 commit comments

Comments
 (0)