Title: [146838] trunk/Tools
Revision
146838
Author
rn...@webkit.org
Date
2013-03-25 19:02:11 -0700 (Mon, 25 Mar 2013)

Log Message

Remove one more line that was intended to be removed in r146657.

* Scripts/webkitpy/layout_tests/models/test_run_results.py:
(summarize_results):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (146837 => 146838)


--- trunk/Tools/ChangeLog	2013-03-26 01:44:56 UTC (rev 146837)
+++ trunk/Tools/ChangeLog	2013-03-26 02:02:11 UTC (rev 146838)
@@ -1,3 +1,10 @@
+2013-03-25  Ryosuke Niwa  <rn...@webkit.org>
+
+        Remove one more line that was intended to be removed in r146657.
+
+        * Scripts/webkitpy/layout_tests/models/test_run_results.py:
+        (summarize_results):
+
 2013-03-25  Roger Fong  <roger_f...@apple.com>
 
         No longer run bindings tests on WinEWS bots which are causing hangs on the bots.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py (146837 => 146838)


--- trunk/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py	2013-03-26 01:44:56 UTC (rev 146837)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py	2013-03-26 02:02:11 UTC (rev 146838)
@@ -192,7 +192,6 @@
                     if enabled_pixel_tests_in_retry and result_type == test_expectations.TEXT and retry_result_type == test_expectations.IMAGE_PLUS_TEXT:
                         num_regressions += 1
                     else:
-                        actual.append(keywords[retry_result_type])
                         num_flaky += 1
                     actual.append(keywords[retry_result_type])
                 else:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to