commit | 13ffaaae4f22518839960263e22d345a86850bcd | [log] [tgz] |
---|---|---|
author | Jonathan Lee <jonathanjlee@google.com> | Thu Sep 01 21:41:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 01 21:41:31 2022 |
tree | 156fa20fa7a3f4fcfb74ba525118c4ccf448222f | |
parent | bac00027c599d8e9b2a0810120d5e4817e37e7a1 [diff] |
[wpt] Fix wptrunner-ResultDB timeout status translation This change fixes a bug in the wptrunner ResultSink integration: 1. Expected statuses were plumbed straight through from the wptrunner JSON results output, so 'TIMEOUT' was not reported as 'ABORT'. 2. Due to (1), the translated actual status was not found in the expected status set, which incorrectly set the 'unexpected' bit. Bug: 1299650 Change-Id: Ic5d069844efae2d39e22e140c6b0fbf188d156f2 Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3868100 Commit-Queue: Weizhong Xia <weizhong@google.com> Auto-Submit: Jonathan Lee <jonathanjlee@google.com> Reviewed-by: Weizhong Xia <weizhong@google.com> Cr-Commit-Position: refs/heads/main@{#1042317}
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.