Reviewers: ,
Message:
Committed patchset #1 manually as 23011 (presubmit successful).
Description:
Reland debug output for landmines
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=23011
Please review this at https://codereview.chromium.org/450873003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+8, -0 lines):
M tools/run-tests.py
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index
6e9f5549d811b44b488feb94c3d431ffdbac1825..06de70a4b0332cdd7fe55dc63a8616e53e554e07
100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -267,6 +267,14 @@ def ProcessOptions(options):
# Buildbots run presubmit tests as a separate step.
options.no_presubmit = True
options.no_network = True
+
+ # FIXME(machenbach): Temporary hack to debug landmines on buildbot.
+ # Hardcoded for make/ninja.
+ src_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
+ target_dir = options.mode[0] if options.mode else 'Release'
+ out_dir = os.path.join(src_dir, 'out', target_dir, '.landmines')
+ if os.path.exists(out_dir):
+ print "[INFO] Landmines tracker exists."
if options.command_prefix:
print("Specifying --command-prefix disables network distribution, "
"running tests locally.")
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.