Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1534)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

Issue 148153009: DOM-object leak detection at run_webkit_tests.py (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Bug fix: unit test Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
index 824ca1ce1cc151d6c2245be11d276cb72b8c17cd..a25ca06cfd878235818651e695d0fc381ff7e19c 100644
--- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
+++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
@@ -257,6 +257,8 @@ def parse_args(args):
help="Use Apache instead of LigHTTPd (default is port-specific)."),
optparse.make_option("--no-use-apache", action="store_false", dest="use_apache",
help="Use LigHTTPd instead of Apache (default is port-specific)."),
+ optparse.make_option("--enable-leak-detection", action="store_true",
+ help="Enable the leak detection of DOM objects."),
]))
option_group_definitions.append(("Miscellaneous Options", [
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698