| commit | a967c01311bfc6ef8cc0b71823028fb04ac950e7 | [log] [tgz] |
|---|---|---|
| author | Jonathan Lee <jonathanjlee@google.com> | Thu Aug 29 21:37:58 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 29 21:37:58 2024 |
| tree | 85888784a4d475ae44decdbb0c17243bdb52e2dd | |
| parent | 134006117884b2f0093c2b30a8c1d06691b8db25 [diff] |
[infra][wptrunner] Standardize settings for running sanitized web tests
`blink_{web,wpt}_tests` on the "WebKit Linux {ASAN,Leak,MSAN}" builders
have exceptions that add `run_web_tests.py` command line options to run
tests in "sanitizer mode" (only surfaces crashes/timeouts) and with
sanitizer-specific expectation files.
Refactor the exceptions into mixins that automatically apply
builder-wide to all web (platform) test suites, including [0] and [1]
(recently added).
[0]: https://crrev.com/c/5818347
[1]: https://crrev.com/c/5774449
Bug: 360008882
Fixed: 40887057
Change-Id: I855323978a6d3d617d7e4423386fa5cec3c2703a
Cq-Include-Trybots: luci.chromium.try:linux-webkit-asan-rel
Cq-Include-Trybots: luci.chromium.try:linux-webkit-msan-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5801478
Commit-Queue: Jonathan Lee <jonathanjlee@google.com>
Reviewed-by: Struan Shrimpton <sshrimp@google.com>
Cr-Commit-Position: refs/heads/main@{#1348893}
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.