From 85d1464c4245183402aa098c043f4bc4fd83df02 Mon Sep 17 00:00:00 2001 From: machenbach Date: Mon, 7 Sep 2015 03:11:30 -0700 Subject: [PATCH] [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 Review URL: https://codereview.chromium.org/1313353006 Cr-Commit-Position: refs/heads/master@{#30617} --- tools/testrunner/local/progress.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testrunner/local/progress.py b/tools/testrunner/local/progress.py index 60ec635262..85d93285eb 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, })