commit | 50000e28cbc1267a9beab5c99275da98bd39edfc | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@chromium.org> | Fri Sep 24 00:59:27 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 24 00:59:27 2021 |
tree | 91617960c7297ddeb2e5cb8c880b4962180f1517 | |
parent | ca0c161d6fb1243d88dea6393939fc4826b22476 [diff] |
Make GPU tests Python 3 compatible Makes the necessary changes to make the GPU Telemetry-based integration tests fully Python 3-compatible. This has been tested on the bots, but this CL does not actually enable use of Python 3 since we want to verify that important functionality (such as minidump symbolization) works properly before switching all testing to Python 3. Bug: 1198237 Change-Id: I377ddea05421ee524fcb104ef17a06b208c96ce8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2976737 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/main@{#924578}
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.