commit | d99d9f5e93c3bfabb5a963474deca1e00c1d8e01 | [log] [tgz] |
---|---|---|
author | Titouan Rigoudy <titouan@chromium.org> | Thu Dec 23 08:50:49 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 23 08:50:49 2021 |
tree | 3e79e00d58328e6bdcb36da517819cd0de0b9b0c | |
parent | b2d434fc0c34b0c341020d59c96ca18f3c48051e [diff] |
[Private Network Access] Split up web platform tests. I suspect secure-context.https.window.js was timing out on bots due to the fact that it was simply running too many tests. This CL aims to fix the situation by: 1. Splitting out websocket tests to their own file. 2. Splitting up the fetch tests using variants and subset tests. For symmetry, I also split out the non-secure context websocket tests. That led to a simplification of file names, hence the renames. Fixed: chromium:1276199 Change-Id: I9229c37417c4ce25002421c6033fca08602ba684 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3352108 Auto-Submit: Titouan Rigoudy <titouan@chromium.org> Reviewed-by: Arthur Hemery <ahemery@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/main@{#953784}
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.