Changeset 283468 in webkit
- Timestamp:
- Oct 3, 2021, 10:10:45 AM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitTestRunner/TestOptions.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r283462 r283468 1 2021-10-03 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Some layout tests with Japanese glyphs fail if Japanese is included in the system "Preferred Languages" settings 4 https://bugs.webkit.org/show_bug.cgi?id=231112 5 6 Reviewed by Simon Fraser. 7 8 Simply set the default locale to en-US. Tests can still override it. 9 10 * WebKitTestRunner/TestOptions.cpp: 11 (WTR::TestOptions::defaults): 12 1 13 2021-10-02 Alex Christensen <achristensen@webkit.org> 2 14 -
trunk/Tools/WebKitTestRunner/TestOptions.cpp
r282643 r283468 180 180 }; 181 181 features.stringVectorTestRunnerFeatures = { 182 { "language", { } },182 { "language", { "en-US" } }, 183 183 }; 184 184 }
Note:
See TracChangeset
for help on using the changeset viewer.