Reviewers: Jakob,

Message:
PTAL


https://codereview.chromium.org/1313353006/diff/1/tools/testrunner/local/progress.py
File tools/testrunner/local/progress.py (right):

https://codereview.chromium.org/1313353006/diff/1/tools/testrunner/local/progress.py#newcode378
tools/testrunner/local/progress.py:378: "target_name":
test.suite.shell(),
shell name == target name is an approximation - but right now it's
accurate I think.

Description:
[test] Return target name on failures.

This information can be used on the buildbot side to only
rebuild the failing target for bisection.

BUG=chromium:511215
LOG=n
NOTRY=true

Please review this at https://codereview.chromium.org/1313353006/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -0 lines):
  M tools/testrunner/local/progress.py


Index: tools/testrunner/local/progress.py
diff --git a/tools/testrunner/local/progress.py b/tools/testrunner/local/progress.py index 60ec635262b6e818802d84d50aa77b0f4356dcc8..85d93285ebc56b5b470b5c0110d402ac9051588c 100644
--- a/tools/testrunner/local/progress.py
+++ b/tools/testrunner/local/progress.py
@@ -375,6 +375,7 @@ class JsonTestProgressIndicator(ProgressIndicator):
       # TODO(machenbach): This stores only the global random seed from the
       # context and not possible overrides when using random-seed stress.
       "random_seed": self.random_seed,
+      "target_name": test.suite.shell(),
       "variant": test.variant,
     })



--
--
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.

Reply via email to