| Summary: | REGRESSION(255715@main) [WinCairo] TestWebCore.WebCoreBundleTest.BundlePathFromNameTypeDirectory is failing | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> | ||||
| Component: | Tools / Tests | Assignee: | Fujii Hironori <Hironori.Fujii> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | don.olmstead, ross.kirsling, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Fujii Hironori
2022-11-13 20:44:17 PST
Created attachment 463512 [details]
Patch
Comment on attachment 463512 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=463512&action=review r=me with a comment, given that the GTK failure seems to be an existing flaky test. > Tools/TestWebKitAPI/Tests/WebCore/win/WebCoreBundle.cpp:70 > + actual = WebCore::webKitBundlePath("Localizable"_s, "strings"_s, ""_s); > + expected = FileSystem::pathByAppendingComponents(m_root, { "en.lproj"_s, "Localizable.strings"_s }); > + EXPECT_STREQ(expected.utf8().data(), actual.utf8().data()); These lines don't need #if ENABLE(MODERN_MEDIA_CONTROLS)? Comment on attachment 463512 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=463512&action=review >> Tools/TestWebKitAPI/Tests/WebCore/win/WebCoreBundle.cpp:70 >> + EXPECT_STREQ(expected.utf8().data(), actual.utf8().data()); > > These lines don't need #if ENABLE(MODERN_MEDIA_CONTROLS)? No, it doesn't. Localizable.strings is used by both conditions. Committed 256644@main (341038cce116): <https://commits.webkit.org/256644@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 463512 [details]. |