Changeset 276985 in webkit


Ignore:
Timestamp:
May 4, 2021, 3:29:04 PM (4 years ago)
Author:
Chris Dumez
Message:

Unreviewed, try and re-enable AppleLanguagesTest.UpdateAppleLanguages on Apple Silicon.

The test has been updated and it may be passing now or at least fail with a more useful output.

  • TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r276983 r276985  
     12021-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
    192021-05-04  Alex Christensen  <achristensen@webkit.org>
    210
  • trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm

    r274240 r276985  
    5757// On older macOSes, CFPREFS_DIRECT_MODE is disabled and the WebProcess does not see the updated AppleLanguages
    5858// 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
    6160class AppleLanguagesTest : public testing::Test {
    6261public:
Note: See TracChangeset for help on using the changeset viewer.