We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1603c commit 44ae75bCopy full SHA for 44ae75b
TestFoundation/TestCodable.swift
@@ -358,8 +358,8 @@ class TestCodable : XCTestCase {
358
.yearForWeekOfYear,
359
.timeZone,
360
.calendar,
361
- // Disabled due to a bug in Calendar.dateComponents(_:from:)
362
- // crashing if components include .nanosecond or .quarter
+ // [SR-5576] Disabled due to a bug in Calendar.dateComponents(_:from:) which crashes on Darwin and returns
+ // invalid values on Linux if components include .nanosecond or .quarter.
363
// .nanosecond,
364
// .quarter,
365
]
0 commit comments