Saleem Abdulrasool
Saleem Abdulrasool
@jmschonfeld @parkera - I don't understand this failure unfortunately. Locally I am not seeing this precondition failure. Instead, locally, I am seeing 10 failures: - 2 in Date - 8...
This would also explain why I was unable to reproduce this failure locally - I don't mess with my environment 😂
@swift-ci please test Windows platform
Remaining failure: ``` Test Case 'DataIOTests.test_writeToSpecialFile' started at 2024-06-12 21:50:12.232 C:\source\swift-foundation\Tests\FoundationEssentialsTests\DataIOTests.swift:236: error: DataIOTests.test_writeToSpecialFile : XCTAssertNoThrow failed: threw error "CocoaError(code: FoundationEssentials.CocoaError.Code(rawValue: 512), userInfo: ["NSFilePath": AnyHashable("/C:/source/swift-foundation/CON"), "NSURL": AnyHashable(CON -- file:///C:/source/swift-foundation/), "NSUnderlyingError": AnyHashable(FoundationEssentials.POSIXError(code:...
Yes, I think that we can close this off now, with Windows testing being included.
I think that one thing that I would like to bring up while this is early in the process - Windows likes to throw a stupid wrench into this :(....
Oddly enough, it does worse: ``` Build complete! (3.51s) Test Suite 'Selected tests' started at 2023-06-14 20:16:52.729 Test Suite 'DateTests' started at 2023-06-14 20:16:52.729 Test Case 'DateTests.testDateComparison' started at 2023-06-14...
@FranzBusch sorry for the delay, I was travelling. This doesn't seem to address all the problems: I had to apply the following patch: ``` diff --git a/Sources/FoundationEssentials/TimeCalculations.swift b/Sources/FoundationEssentials/TimeCalculations.swift index 481682a..62a4aed...
@swift-ci please test
@swift-ci please test