Changeset 280713 in webkit
- Timestamp:
- Aug 5, 2021, 6:01:32 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r280706 r280713 11 11 12 12 * TestWebKitAPI/Tests/mac/load-web-archive-1.html: 13 14 2021-08-05 Ryan Haddad <ryanhaddad@apple.com> 15 16 REGRESSION (r279855): TestWebKitAPI.AppleLanguagesTest.UpdateAppleLanguages is failing 17 https://bugs.webkit.org/show_bug.cgi?id=228309 18 19 Unreviewed test gardening. 20 21 This test has been skipped on Apple Silicon because of timeouts, and 22 now it is a flaky failure on Intel machines. Disable it outright for 23 the time be ing. 24 25 * TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm: 26 (TEST_F): 13 27 14 28 2021-08-05 Zan Dobersek <zdobersek@igalia.com> -
trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm
r277267 r280713 59 59 // On older macOSes, CFPREFS_DIRECT_MODE is disabled and the WebProcess does not see the updated AppleLanguages 60 60 // after the AppleLanguagePreferencesChangedNotification notification. 61 // FIXME: This test is currently disabled on Apple Silicon because it times out there (https://bugs.webkit.org/show_bug.cgi?id=222619). 62 #if PLATFORM(MAC) && ENABLE(CFPREFS_DIRECT_MODE) && CPU(X86_64) 61 #if PLATFORM(MAC) && ENABLE(CFPREFS_DIRECT_MODE) 63 62 class AppleLanguagesTest : public testing::Test { 64 63 public: … … 110 109 } 111 110 112 TEST_F(AppleLanguagesTest, UpdateAppleLanguages) 111 // FIXME: This test times out on Apple Silicon (webkit.org/b/222619) and is a flaky failure on Intel (webkit.org/b/228309) 112 TEST_F(AppleLanguagesTest, DISABLED_UpdateAppleLanguages) 113 113 { 114 114 preferenceObserverSharedInstanceCalled = false;
Note:
See TracChangeset
for help on using the changeset viewer.