Bug 209745 - [ macOS wk2 ] REGRESSION(~r259096): fast/text/international/system-language/declarative-language.html is constantly failing
Summary: [ macOS wk2 ] REGRESSION(~r259096): fast/text/international/system-language/d...
Status: RESOLVED DUPLICATE of bug 208023
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-30 08:45 PDT by Jacob Uphoff
Modified: 2020-03-30 11:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-03-30 08:45:13 PDT
fast/text/international/system-language/declarative-language.html

This test has been a constant failure on macOS wk1 for a while but is now failing on Catalina wk2 since around commit r259096.

History:

https://results.webkit.org/?suite=layout-tests&test=fast%2Ftext%2Finternational%2Fsystem-language%2Fdeclarative-language.html&version_name=Catalina&flavor=wk2

Diff:

--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/fast/text/international/system-language/declarative-language-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/fast/text/international/system-language/declarative-language-actual.txt
@@ -1,6 +1,6 @@
-PASS internals.userPreferredLanguages().length is 2
+FAIL internals.userPreferredLanguages().length should be 2. Was 1.
 PASS internals.userPreferredLanguages()[0].startsWith('ko') is true
-PASS internals.userPreferredLanguages()[1].startsWith('zh') is true
+FAIL internals.userPreferredLanguages()[1].startsWith('zh') should be true. Threw exception TypeError: undefined is not an object (evaluating 'internals.userPreferredLanguages()[1].startsWith')
 PASS internals.userPreferredLanguages().length is 3
 PASS internals.userPreferredLanguages()[0] is "hi"
 PASS internals.userPreferredLanguages()[1] is "jp"
Comment 1 Radar WebKit Bug Importer 2020-03-30 08:45:32 PDT
<rdar://problem/61057047>
Comment 2 Ryan Haddad 2020-03-30 11:49:47 PDT
This showed up after the bots were updated to 10.15.4. I think this is a dupe of https://bugs.webkit.org/show_bug.cgi?id=208023

*** This bug has been marked as a duplicate of bug 208023 ***