WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
247875
REGRESSION(
255715@main
) [WinCairo] TestWebCore.WebCoreBundleTest.BundlePathFromNameTypeDirectory is failing
https://bugs.webkit.org/show_bug.cgi?id=247875
Summary
REGRESSION(255715@main) [WinCairo] TestWebCore.WebCoreBundleTest.BundlePathFr...
Fujii Hironori
Reported
2022-11-13 20:44:17 PST
REGRESSION(
255715@main
) [WinCairo] TestWebCore.WebCoreBundleTest.BundlePathFromNameTypeDirectory is failing
> TestWebCore.WebCoreBundleTest.BundlePathFromNameTypeDirectory > > C:\home\webkit\gc\Tools\TestWebKitAPI\Tests\WebCore\win\WebCoreBundle.cpp:70 > Expected equality of these values: > expected.utf8().data() > Which is: "C:\\home\\webkit\\gc\\WebKitBuild\\Debug\\bin64\\WebKit.resources\\en.lproj\\mediaControlsLocalizedStrings.js" > actual.utf8().data() > Which is: ""
Attachments
Patch
(2.07 KB, patch)
2022-11-13 20:57 PST
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2022-11-13 20:57:04 PST
Created
attachment 463512
[details]
Patch
Ross Kirsling
Comment 2
2022-11-14 00:09:07 PST
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)?
Fujii Hironori
Comment 3
2022-11-14 00:54:07 PST
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.
EWS
Comment 4
2022-11-14 01:51:21 PST
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]
.
Radar WebKit Bug Importer
Comment 5
2022-11-14 01:52:17 PST
<
rdar://problem/102311470
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug