commit | c9293d24324d81254509eddf68b6ebdfb6d4f66e | [log] [tgz] |
---|---|---|
author | Jonathan Lee <jonathanjlee@google.com> | Mon Jun 24 22:23:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 24 22:23:17 2024 |
tree | 02d60b80c6ac1bbb852f6197fce1ca612a2e4cd9 | |
parent | 08a834f60f31b7a38ca7647c4f90b3e511e118ce [diff] |
[wptrunner] Don't create results stream thread with `--use-upstream-wpt` `run_wpt_tests.py --use-upstream-wpt` shouldn't upload results to ResultDB or create a nonempty results JSON, so there's no need to create a thread that does so in the first place. This forward-fixes https://crrev.com/c/4786911, which added new handling for `suite_start` events and fell out of sync with the event type blocklist. Also, bump up the timeout for thread shutdown from 10 to 15s. Bug: 348747859, 40904939 Change-Id: I46427c515ba3b8cdd7f07a12b88abf737d33595d Cq-Include-Trybots: luci.chromium.try:linux-wpt-chromium-rel Cq-Include-Trybots: luci.chromium.try:mac13-wpt-chromium-rel Cq-Include-Trybots: luci.chromium.try:win10-wpt-chromium-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5650891 Reviewed-by: Weizhong Xia <weizhong@google.com> Commit-Queue: Jonathan Lee <jonathanjlee@google.com> Cr-Commit-Position: refs/heads/main@{#1318833}
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.