Changeset 276985 in webkit
- Timestamp:
- May 4, 2021, 3:29:04 PM (4 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r276983 r276985 1 2021-05-04 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed, try and re-enable AppleLanguagesTest.UpdateAppleLanguages on Apple Silicon. 4 5 The test has been updated and it may be passing now or at least fail with a more useful output. 6 7 * TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm: 8 1 9 2021-05-04 Alex Christensen <achristensen@webkit.org> 2 10 -
trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm
r274240 r276985 57 57 // On older macOSes, CFPREFS_DIRECT_MODE is disabled and the WebProcess does not see the updated AppleLanguages 58 58 // after the AppleLanguagePreferencesChangedNotification notification. 59 // FIXME: This test is currently disabled on Apple Silicon because it times out there (https://bugs.webkit.org/show_bug.cgi?id=222619). 60 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 && CPU(X86_64) 59 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 61 60 class AppleLanguagesTest : public testing::Test { 62 61 public:
Note:
See TracChangeset
for help on using the changeset viewer.