Builder V8 Linux - arm - sim - lite - debug Build 1495
Results:
Success
Trigger Info:
Project | v8 |
Revision | a8b8a4408b5f08a163ff57d60120b1e1c01da2ac |
Got Revision | a8b8a4408b5f08a163ff57d60120b1e1c01da2ac |
Execution:
- Source: Task 42882748985e5710
- Bot: swarm2400-c4
- Recipe: v8
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "/b/swarming/w/ir/cache", "temp_dir": "/b/swarming/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "swarm2400-c4" | setup_build |
branch | "refs/heads/master" | setup_build |
build_config | "Debug" | setup_build |
buildbucket | {"build": {"bucket": "luci.v8.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548056116561922, "id": "8923739225478730816", "project": "v8", "tags": ["builder:V8 Linux - arm - sim - lite - debug", "buildset:commit/git/a8b8a4408b5f08a163ff57d60120b1e1c01da2ac", "buildset:commit/gitiles/chromium.googlesource.com/v8/v8/+/a8b8a4408b5f08a163ff57d60120b1e1c01da2ac", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089169288167058400", "scheduler_job_id:v8/V8 Linux - arm - sim - lite - debug", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "V8 Linux - arm - sim - lite - debug" | setup_build |
buildnumber | 1495 | setup_build |
mastername | "client.v8.ports" | setup_build |
path_config | "generic" | setup_build |
recipe | "v8" | setup_build |
repository | "https://chromium.googlesource.com/v8/v8" | setup_build |
revision | "a8b8a4408b5f08a163ff57d60120b1e1c01da2ac" | setup_build |
Blamelist:
- Tamer Tas (tmrtsohnoyoudont@chromium.org)
Timing:
Create | Monday, 21-Jan-19 07:35:16 UTC |
Start | Monday, 21-Jan-19 07:35:54 UTC |
End | Monday, 21-Jan-19 07:56:13 UTC |
Pending | 38 secs |
Execution | 20 mins 18 secs |
All Changes:
-
[testrunner] remove the up-front test counter
Changed by Tamer Tas - tmrtsohnoyoudont@chromium.org Changed at Monday, 21-Jan-19 07:34:53 UTC Repository https://chromium.googlesource.com/v8/v8 Branch Revision a8b8a4408b5f08a163ff57d60120b1e1c01da2ac Comments
[testrunner] remove the up-front test counter Moving to a lazy test loading approach makes counting the total number of tests non-trivial. For CI runs, we output the total number of tests after the run. For users, progress indicator signals the status of the run. R=machenbach@chromium.org CC=​yangguo@chromium.org,sergiyb@chromium.org Bug: v8:8174 Change-Id: I0731964515aac60a3629acee6c7243433a2b4e04 Reviewed-on: https://chromium-review.googlesource.com/c/1420677 Commit-Queue: Tamer Tas <tmrts@chromium.org> Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#58944}
Changed files
- tools/testrunner/num_fuzzer.py
- tools/testrunner/standard_runner.py
- tools/testrunner/testproc/progress.py
- tools/unittests/run_tests_test.py