Title: [274195] trunk/Tools
Revision
274195
Author
[email protected]
Date
2021-03-09 20:51:36 -0800 (Tue, 09 Mar 2021)

Log Message

[ BigSur wk2 arm64 ] quite a few fast/forms (Layout-Tests) are text failing on Apple Silicon
https://bugs.webkit.org/show_bug.cgi?id=222988
<rdar://problem/75230416>

Unreviewed, disable AppleLanguagesTest.UpdateAppleLanguages API test on Apple Silicon since
it is timing out there and not properly resetting the system language. This is causing
trouble on the bots.

* TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (274194 => 274195)


--- trunk/Tools/ChangeLog	2021-03-10 04:44:00 UTC (rev 274194)
+++ trunk/Tools/ChangeLog	2021-03-10 04:51:36 UTC (rev 274195)
@@ -1,3 +1,15 @@
+2021-03-09  Chris Dumez  <[email protected]>
+
+        [ BigSur wk2 arm64 ] quite a few fast/forms (Layout-Tests) are text failing on Apple Silicon
+        https://bugs.webkit.org/show_bug.cgi?id=222988
+        <rdar://problem/75230416>
+
+        Unreviewed, disable AppleLanguagesTest.UpdateAppleLanguages API test on Apple Silicon since
+        it is timing out there and not properly resetting the system language. This is causing
+        trouble on the bots.
+
+        * TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm:
+
 2021-03-09  Myles C. Maxfield  <[email protected]>
 
         MotionMark scores are super sensitive to a single long frame

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm (274194 => 274195)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm	2021-03-10 04:44:00 UTC (rev 274194)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/OverrideAppleLanguagesPreference.mm	2021-03-10 04:51:36 UTC (rev 274195)
@@ -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