Title: [90835] trunk/Tools
Revision
90835
Author
[email protected]
Date
2011-07-12 11:49:03 -0700 (Tue, 12 Jul 2011)

Log Message

Fix the grammar in the FIXME comment.

* Scripts/webkitpy/common/net/resultsjsonparser.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90834 => 90835)


--- trunk/Tools/ChangeLog	2011-07-12 18:47:18 UTC (rev 90834)
+++ trunk/Tools/ChangeLog	2011-07-12 18:49:03 UTC (rev 90835)
@@ -1,3 +1,9 @@
+2011-07-12  Adam Barth  <[email protected]>
+
+        Fix the grammar in the FIXME comment.
+
+        * Scripts/webkitpy/common/net/resultsjsonparser.py:
+
 2011-07-12  Eric Seidel  <[email protected]>
 
         NRWT should open test results page with Safari trunk, not the system provided one on Mac

Modified: trunk/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py (90834 => 90835)


--- trunk/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py	2011-07-12 18:47:18 UTC (rev 90834)
+++ trunk/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py	2011-07-12 18:49:03 UTC (rev 90835)
@@ -73,7 +73,8 @@
     def did_run_as_expected(self):
         actual_results = self._actual_as_tokens()
         expected_results = self._expected_as_tokens()
-        # FIXME: We should only remove_pixel_failures this JSONResult can from a run without pixel tests!
+        # FIXME: We should only call remove_pixel_failures when this JSONResult
+        # came from a test run without pixel tests!
         if not test_expectations.has_pixel_failures(actual_results):
             expected_results = test_expectations.remove_pixel_failures(expected_results)
         for actual_result in actual_results:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to