[TestExpectations] Add architecture for Apple's ports
https://bugs.webkit.org/show_bug.cgi?id=213769
<rdar://problem/64920013>

Rubber-stamped by Aakash Jain.

* Scripts/webkitpy/layout_tests/models/test_expectations.py:
(TestExpectationParser): Add architectures for Apple's ports.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@263749 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index f140274..41bafd0 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,14 @@
+2020-06-30  Jonathan Bedard  <jbedard@apple.com>
+
+        [TestExpectations] Add architecture for Apple's ports
+        https://bugs.webkit.org/show_bug.cgi?id=213769
+        <rdar://problem/64920013>
+
+        Rubber-stamped by Aakash Jain.
+
+        * Scripts/webkitpy/layout_tests/models/test_expectations.py:
+        (TestExpectationParser): Add architectures for Apple's ports.
+
 2020-06-30  Andy Estes  <aestes@apple.com>
 
         [Xcode] Enable the "My Mac (Mac Catalyst)" destination in WebKit Xcode projects
diff --git a/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py b/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
index c1e2a17..37b8e57 100644
--- a/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
+++ b/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
@@ -229,6 +229,7 @@
     _configuration_tokens_list = [
         'SnowLeopard', 'Lion', 'MountainLion', 'Mavericks', 'Yosemite', 'ElCapitan', # Legacy macOS
         'Mac', 'Sierra', 'HighSierra', 'Mojave', 'Catalina', 'BigSur',
+        'x86_64', 'x86', 'arm64', 'arm64_32', 'armv7k',
         'Win', 'XP', 'Vista', 'Win7',
         'Linux',
         'Android',