Title: [277019] trunk/Tools
Revision
277019
Author
[email protected]
Date
2021-05-05 08:02:12 -0700 (Wed, 05 May 2021)

Log Message

Unreviewed, reverting r276985.

This test is still failing on Apple Silicon

Reverted changeset:

"Unreviewed, try and re-enable
AppleLanguagesTest.UpdateAppleLanguages on Apple Silicon."
https://commits.webkit.org/r276985

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (277018 => 277019)


--- trunk/Tools/ChangeLog	2021-05-05 14:48:02 UTC (rev 277018)
+++ trunk/Tools/ChangeLog	2021-05-05 15:02:12 UTC (rev 277019)
@@ -1,5 +1,17 @@
 2021-05-05  Chris Dumez  <[email protected]>
 
+        Unreviewed, reverting r276985.
+
+        This test is still failing on Apple Silicon
+
+        Reverted changeset:
+
+        "Unreviewed, try and re-enable
+        AppleLanguagesTest.UpdateAppleLanguages on Apple Silicon."
+        https://commits.webkit.org/r276985
+
+2021-05-05  Chris Dumez  <[email protected]>
+
         REGRESSION (r272414?): [macOS] TestWebKitAPI.GPUProcess.CrashWhilePlayingVideo is a flaky failure
         https://bugs.webkit.org/show_bug.cgi?id=221742
         <rdar://problem/74220428>

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm (277018 => 277019)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm	2021-05-05 14:48:02 UTC (rev 277018)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm	2021-05-05 15:02:12 UTC (rev 277019)
@@ -56,7 +56,8 @@
 
 // On older macOSes, CFPREFS_DIRECT_MODE is disabled and the WebProcess does not see the updated AppleLanguages
 // after the AppleLanguagePreferencesChangedNotification notification.
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
+// FIXME: This test is currently disabled on Apple Silicon because it times out there (https://bugs.webkit.org/show_bug.cgi?id=222619).
+#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 && CPU(X86_64)
 class AppleLanguagesTest : public testing::Test {
 public:
     AppleLanguagesTest()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to