commit | e2f115e37e39582a94031c46fe0fb17182b147e9 | [log] [tgz] |
---|---|---|
author | Jonathan Lee <jonathanjlee@google.com> | Wed Feb 15 22:02:53 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 15 22:02:53 2023 |
tree | 639bd35d817881a217110291440bab663a464e78 | |
parent | 69030c4b7f0f937b95a1842e99922d62741e1333 [diff] |
[wptrunner] Default to `--headless` wptrunner's `--headless` defaults to `None` (i.e., falsy), whereas in `run_wpt_tests.py` it should default to `True`. crrev.com/c/4244463 neglected to override the default; this change is the forward-fix. Running Chrome without `--headless` manifested as widespread timeouts, but usually only on each tests's initial run [1]. [1]: https://ci.chromium.org/ui/p/chromium/builders/ci/linux-wpt-fyi-rel/39306/overview Bug: 1368679, 1356318 Test: `run_wpt_tests_isolate -t Default css/CSS2` has no timeouts Change-Id: Ie6837abdc75f12c0da73d4d3c8f1fcf986b081be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4256848 Auto-Submit: Jonathan Lee <jonathanjlee@google.com> Commit-Queue: Weizhong Xia <weizhong@google.com> Reviewed-by: Weizhong Xia <weizhong@google.com> Cr-Commit-Position: refs/heads/main@{#1105896}
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.