NEW 283603
FileSystem API tests failing on Windows
https://bugs.webkit.org/show_bug.cgi?id=283603
Summary FileSystem API tests failing on Windows
Jonathan Bedard
Reported 2024-11-22 15:50:05 PST
There are a number of FileSystem API tests which are crashing on Windows. TestWTF.FileSystemTest.createSymbolicLinkFolder C:\BW\Windows-64-bit-Debug-Build\build\Tools\TestWebKitAPI\Tests\WTF\FileSystem.cpp:626 Value of: FileSystem::fileExists(symlinkPath) Actual: false Expected: true TestWTF.FileSystemTest.fileTypeFollowingSymlinks C:\BW\Windows-64-bit-Debug-Build\build\Tools\TestWebKitAPI\Tests\WTF\FileSystem.cpp:183 Expected equality of these values: FileSystem::fileTypeFollowingSymlinks(tempEmptyFolderSymlinkPath()) Which is: (nullopt) FileSystem::FileType::Directory Which is: 4-byte object <01-00 00-00> C:\BW\Windows-64-bit-Debug-Build\build\Tools\TestWebKitAPI\Tests\WTF\FileSystem.cpp:195 Expected equality of these values: FileSystem::fileTypeFollowingSymlinks(symlinkToDirectorySymlinkPath) Which is: (nullopt) FileSystem::FileType::Directory Which is: 4-byte object <01-00 00-00> TestWTF.FileSystemTest.realPath C:\BW\Windows-64-bit-Debug-Build\build\Tools\TestWebKitAPI\Tests\WTF\FileSystem.cpp:913 Expected equality of these values: FileSystem::realPath(tempEmptyFolderSymlinkPath()).utf8().data() Which is: "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\wgzh2dtx.tmp" resolvedTempEmptyFolderPath.utf8().data() Which is: "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\39w23pye.tmp"
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-22 15:53:00 PST
Jonathan Bedard
Comment 2 2024-11-22 15:55:58 PST
EWS
Comment 3 2024-11-22 18:20:34 PST
Test gardening commit 286992@main (d0f5adbe2b11): <https://commits.webkit.org/286992@main> Reviewed commits have been landed. Closing PR #37059 and removing active labels.
Alexey Proskuryakov
Comment 4 2024-11-23 10:36:58 PST
This doesn't appear to indicate a crash, just failures, re-titling.
Note You need to log in before you can comment on or make changes to this bug.