Title: [189137] trunk/Tools
Revision
189137
Author
timothy_hor...@apple.com
Date
2015-08-28 18:58:05 -0700 (Fri, 28 Aug 2015)

Log Message

Add a mysteriously nonproblematic missing comma.

* Scripts/webkitpy/layout_tests/models/test_expectations.py:
(TestExpectationParser._collect_matching_tests):
(TestExpectationParser):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (189136 => 189137)


--- trunk/Tools/ChangeLog	2015-08-29 01:57:05 UTC (rev 189136)
+++ trunk/Tools/ChangeLog	2015-08-29 01:58:05 UTC (rev 189137)
@@ -1,5 +1,13 @@
 2015-08-28  Timothy Horton  <timothy_hor...@apple.com>
 
+        Add a mysteriously nonproblematic missing comma.
+
+        * Scripts/webkitpy/layout_tests/models/test_expectations.py:
+        (TestExpectationParser._collect_matching_tests):
+        (TestExpectationParser):
+
+2015-08-28  Timothy Horton  <timothy_hor...@apple.com>
+
         Remove an old temporary script that has served its purpose
 
         * Scripts/convert-test-expectations: Removed.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py (189136 => 189137)


--- trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py	2015-08-29 01:57:05 UTC (rev 189136)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py	2015-08-29 01:58:05 UTC (rev 189137)
@@ -209,7 +209,7 @@
 
     # FIXME: Update the original modifiers and remove this once the old syntax is gone.
     _configuration_tokens_list = [
-        'Mac', 'SnowLeopard', 'Lion', 'MountainLion', 'Mavericks', 'Yosemite', 'ElCapitan'
+        'Mac', 'SnowLeopard', 'Lion', 'MountainLion', 'Mavericks', 'Yosemite', 'ElCapitan',
         'Win', 'XP', 'Vista', 'Win7',
         'Linux',
         'Android',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to