Title: [90262] trunk/Tools
Revision
90262
Author
[email protected]
Date
2011-07-01 12:33:56 -0700 (Fri, 01 Jul 2011)

Log Message

2011-07-01  Adam Barth  <[email protected]>

        Add a compat shim for --leaks.  Support for --leaks will be added in
        https://bugs.webkit.org/show_bug.cgi?id=63832.

        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90261 => 90262)


--- trunk/Tools/ChangeLog	2011-07-01 19:25:15 UTC (rev 90261)
+++ trunk/Tools/ChangeLog	2011-07-01 19:33:56 UTC (rev 90262)
@@ -1,5 +1,12 @@
 2011-07-01  Adam Barth  <[email protected]>
 
+        Add a compat shim for --leaks.  Support for --leaks will be added in
+        https://bugs.webkit.org/show_bug.cgi?id=63832.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
+
+2011-07-01  Adam Barth  <[email protected]>
+
         Reviewed by Darin Adler.
 
         ReportCrash destabilizes new-run-webkit-tests

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (90261 => 90262)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2011-07-01 19:25:15 UTC (rev 90261)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2011-07-01 19:33:56 UTC (rev 90262)
@@ -278,8 +278,11 @@
     # FIXME: Need: -l --leaks    Enable leaks checking.
 
     old_run_webkit_tests_compat = [
-        # FIXME: NRWT needs to support remote links eventually.
+        # FIXME: Remove this option once the bots don't refer to it.
+        # results.html is smart enough to figure this out itself.
         _compat_shim_option("--use-remote-links-to-tests"),
+        # FIXME: Implement leak detection.
+        _compat_shim_option("--leaks"),
     ]
 
     results_options = [
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to