Bug 283603
Summary: | FileSystem API tests failing on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | New Bugs | Assignee: | Jonathan Bedard <jbedard> |
Status: | NEW | ||
Severity: | Normal | CC: | Hironori.Fujii, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jonathan Bedard
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140444876>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/37059
EWS
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
This doesn't appear to indicate a crash, just failures, re-titling.