commit | 2296e8fb505f1a3846277e4ee651f8e3d0b72b09 | [log] [tgz] |
---|---|---|
author | Jonathan Lee <jonathanjlee@google.com> | Tue Oct 11 20:25:20 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 11 20:25:20 2022 |
tree | 0947e5c26af70fb5e91cdfb44eef8c91be45fc90 | |
parent | dd4a53f93dbebea351e05be2de076c2b76df00f6 [diff] |
[blinkpy] Fix result reporting when `run_web_tests` is terminated Ensure that a keyboard interrupt sets the `interrupted` flag in the JSON test results to conform to what the documentation says: > Whether the test run was interrupted and terminated early (either > via the runner bailing out or the user hitting ctrl-C, etc.) Also, all interrupted runs, not just those without workers, will report tests that did not run as "unexpectedly skipped". Internally, `run_web_tests` now stores the interrupt reason as well instead of storing different `*interrupted` flags for keyboard and non-keyboard interrupts. Bug: 1123077 Change-Id: Icf133698557eb80b77d8904ca9266d18aeb99ebc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3894814 Reviewed-by: Weizhong Xia <weizhong@google.com> Commit-Queue: Jonathan Lee <jonathanjlee@google.com> Cr-Commit-Position: refs/heads/main@{#1057646}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.