commit | 0490d87177dda5b0edfedb84c78a38252fe073c6 | [log] [tgz] |
---|---|---|
author | Jonathan Lee <jonathanjlee@google.com> | Fri Sep 30 01:31:54 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 01:31:54 2022 |
tree | d1fc18fbe9e01c18b08cf3834353a386b1a1fec3 | |
parent | b0d0484fb95eceaef0feaec76c6aee071fcc2229 [diff] |
[wptrunner] Prevent WPT report merging Following up on crrev.com/c/3908238, this change stops the merge script from attempting to merge wptreport files, which may contain newline- delimited JSON objects. The merge script now ignores these files, which are already uploaded to and consumed from ResultDB. Also, drive-by fix to not access `ValueError.message` when failing to parse JSON. This attribute does not generally exist: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket/8802474725491298833/+/u/wpt_tests_suite__with_patch__experimental__on_Ubuntu-18.04/stdout?format=raw In a follow-up change, the WPT results processor will overwrite the unprocessed wptreport to speed up archival somewhat. Bug: 1306222 Change-Id: I5f60e3e422b5bce0300fe145ae2961c70b695c1f Cq-Include-Trybots: luci.chromium.try:linux-wpt-content-shell-fyi-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3914115 Commit-Queue: Jonathan Lee <jonathanjlee@google.com> Reviewed-by: Weizhong Xia <weizhong@google.com> Cr-Commit-Position: refs/heads/main@{#1053319}
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.