swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.4k stars 160 forks source link

[DNM] Attempt to reproduce flaky swift-corelibs-foundation test in CI #1027

Open jrflat opened 2 weeks ago

jrflat commented 2 weeks ago

Attempting to reproduce and debug swift-corelibs-foundation's TestFileManager.test_emptyFilename in a swift-foundation PR since I haven't been able to reproduce locally.

jrflat commented 2 weeks ago

@swift-ci please test Windows Platform

jrflat commented 2 weeks ago

Excellent, it reproduces here, will debug.

jrflat commented 2 weeks ago

@swift-ci please test Windows Platform

jrflat commented 2 weeks ago

@swift-ci please test Windows Platform

jrflat commented 2 weeks ago

CreateSymbolicLinkW is failing with error 4392. From the Windows documentation:

ERROR_INVALID_REPARSE_DATA
4392 (0x1128)
The data present in the reparse point buffer is invalid.
jrflat commented 2 weeks ago

@swift-ci please test Windows Platform

jrflat commented 2 weeks ago

@swift-ci please test Windows Platform

jrflat commented 2 weeks ago

@swift-ci please test Windows Platform