You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SR-10512: TestFileManager .creationDate failed on Ubuntu 14.04
- .creationDate may not be available on all Linux platforms due to
kernel version, Docker or other environment security settings etc
so only check its value if it is non-nil.
- Re-enable this test but allow for .creationDate possibly being nil.
Copy file name to clipboardExpand all lines: Tests/Foundation/Tests/TestFileManager.swift
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -336,18 +336,10 @@ class TestFileManager : XCTestCase {
336
336
XCTAssertNotNil(fileGroupOwnerAccountID)
337
337
338
338
#if os(Linux)
339
-
/* ⚠️ */
340
-
ifshouldAttemptXFailTests("Checking that .creationDate is set is failing on Ubuntu 16.04 when running from a Docker image. https://bugs.swift.org/browse/SR-10512"){
0 commit comments