commit | 318cd69e890c9c2d59233a34e00322e697e073ea | [log] [tgz] |
---|---|---|
author | Greg Thompson <[email protected]> | Mon Mar 28 08:12:06 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Mar 28 08:12:06 2022 |
tree | 4c417f374117bb309901c7cac9479f2de2c79e56 | |
parent | c996ee52684e17a1e4685e7d7ac3eaa377be76a8 [diff] |
[fuchsia] Support use of the elf_test_ambient_exec_runner for CFv2 tests. This runner has job_policy_ambient_mark_vmo_exec, so it can run tests that need zx_vmo_replace_as_executable. Individual tests can opt-in to this with something along the lines of this in their test() target: if (is_fuchsia) { test_runner_shard = "//build/config/fuchsia/test/elf_test_ambient_exec_runner.shard.test-cml" } Bug: 1309469 Change-Id: I577c8d5dea109fefb690e16996cb3463b777f57e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3545068 Reviewed-by: Benjamin Lerman <[email protected]> Reviewed-by: David Dorwin <[email protected]> Reviewed-by: Ben Pastene <[email protected]> Commit-Queue: Greg Thompson <[email protected]> Auto-Submit: Greg Thompson <[email protected]> Cr-Commit-Position: refs/heads/main@{#985870}
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.