Title: [183217] trunk/LayoutTests
Revision
183217
Author
[email protected]
Date
2015-04-23 15:24:28 -0700 (Thu, 23 Apr 2015)

Log Message

Make the linter stop complaining by fixing the order of fields in TestExpectations

* platform/mac/TestExpectations:
Bug number comes first.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (183216 => 183217)


--- trunk/LayoutTests/ChangeLog	2015-04-23 22:20:45 UTC (rev 183216)
+++ trunk/LayoutTests/ChangeLog	2015-04-23 22:24:28 UTC (rev 183217)
@@ -1,3 +1,10 @@
+2015-04-23  Tim Horton  <[email protected]>
+
+        Make the linter stop complaining by fixing the order of fields in TestExpectations
+
+        * platform/mac/TestExpectations:
+        Bug number comes first.
+
 2015-04-23  Alexey Proskuryakov  <[email protected]>
 
         editing/selection/extend-by-character-007.html should pass on OS X 10.10.3.

Modified: trunk/LayoutTests/platform/mac/TestExpectations (183216 => 183217)


--- trunk/LayoutTests/platform/mac/TestExpectations	2015-04-23 22:20:45 UTC (rev 183216)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2015-04-23 22:24:28 UTC (rev 183217)
@@ -1261,5 +1261,5 @@
 webkit.org/b/17022 [ MountainLion Mavericks ] fast/images/animated-png.html [ Skip ]
 
 # OS X 10.10.3+ has the necessary glyphs.
-[ Yosemite+ ] webkit.org/b/142548 editing/selection/extend-by-character-007.html [ Pass ]
-[ Yosemite+ ] webkit.org/b/141661 fast/text/emoji.html [ Pass ]
+webkit.org/b/142548 [ Yosemite+ ] editing/selection/extend-by-character-007.html [ Pass ]
+webkit.org/b/141661 [ Yosemite+ ] fast/text/emoji.html [ Pass ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to