Bug 275713

Summary: fast/text/international/system-language/declarative-language.html is constantly failing.
Product: WebKit Reporter: Ben Schwartz <ben_schwartz>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, fantasai.bugs, thorton, vitor.roriz, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Ben Schwartz
Reported 2024-06-20 15:36:58 PDT
fast/text/international/system-language/declarative-language.html This test is constantly failing on iOS and macOS. HISTORY: https://results.webkit.org/?suite=layout-tests&test=fast%2Ftext%2Finternational%2Fsystem-language%2Fdeclarative-language.html TEXT DIFF: PASS internals.userPreferredLanguages().length is 1 -PASS internals.userPreferredLanguages()[0].startsWith('ko') is true +FAIL internals.userPreferredLanguages()[0].startsWith('ko') should be true. Was false. PASS internals.userPreferredLanguages().length is 3 PASS internals.userPreferredLanguages()[0] is "hi" PASS internals.userPreferredLanguages()[1] is "jp" -PASS internals.userPreferredLanguages()[2] is "in" +FAIL internals.userPreferredLanguages()[2] should be in. Was id. DIFF URL: https://build.webkit.org/results/Apple-Ventura-Release-WK1-Tests/280215@main%20(8176)/fast/text/international/system-language/declarative-language-pretty-diff.html REPRODUCIBILITY: I was able to reproduce this issue on iOS simulator (17.4, 21E237/arm64) ToT using the following command: run-webkit-tests -v fast/text/international/system-language/declarative-language.html NOTES: Looking at the test's code, it appears that the link to the post test JS resource is broken. It should be "../../../../resources/js-test-post.js", and not "../../../resources/js-test-post.js". More: https://github.com/WebKit/WebKit/blob/a9771d495526fdb81c50e1f22655533b052a9eef/LayoutTests/fast/text/international/system-language/declarative-language.html#L20
Attachments
Radar WebKit Bug Importer
Comment 1 2024-06-20 15:37:17 PDT
EWS
Comment 2 2024-06-20 15:47:40 PDT
Test gardening commit 280227@main (db3afb6fda9e): <https://commits.webkit.org/280227@main> Reviewed commits have been landed. Closing PR #30024 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.