summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/chrome_tests.py
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-08 02:32:47 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-08 02:32:47 +0000
commit6994df8eb2d45854db2043a6aaec3f53e1d3d721 (patch)
tree385cc3d10432c4b4162684be82c76f6bc9f4889b /tools/valgrind/chrome_tests.py
parentf4444e577c815c1d95296044a16b86aa8bbba6bf (diff)
downloadchromium_src-6994df8eb2d45854db2043a6aaec3f53e1d3d721.zip
chromium_src-6994df8eb2d45854db2043a6aaec3f53e1d3d721.tar.gz
chromium_src-6994df8eb2d45854db2043a6aaec3f53e1d3d721.tar.bz2
Try to debug DrMemory bots.
TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/26315009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-xtools/valgrind/chrome_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 9e6c2dd..30843b7 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -603,6 +603,10 @@ def _main():
options, args = parser.parse_args()
+ # TODO(thakis): This is temporary debugging code to figure out what's
+ # happening on the DrMemory bots. Remove this within 2h.
+ print options
+
# target used to be a part of build_dir, so only add it if it's not there.
# TODO(thakis): Always do this once the memory master no longer passes
# the target as part of build_dir.