Hash :
fa49f700
Author :
Date :
2025-10-13T17:47:18
Don't build OpenCL on Mac bots Our Mac builders are a mix of x64 and arm64 machines, with plans to migrate to arm64-only builders, cross-compiling for execution on x64 machines. However, LLVM, which OpenCL depends on, doesn't support cross-compiling. Bug: angleproject:450256590 Change-Id: I929845c4bbee038b74095af61ff4970e074badbf Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/7036601 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
ANGLE runs hundreds of thousands of tests on every change before it lands in the tree. We scale our pre-commit and post-commit testing to many machines using Chromium Swarming. Our testing setup heavily leverages existing work in Chromium. We also run standalone testing that does not depend on a Chromium checkout.
We have pre-commit testing on Chromium and ANGLE try waterfalls.
We currently run pre-commit tests on:
Looking at an example build shows how tests are split up between machines. See for example:
https://ci.chromium.org/ui/p/angle/builders/ci/mac-test/8117/overview
This build ran 67 test steps across 3 GPU families. In some cases (e.g.
angle_deqp_gles3_metal_tests) the test is split up between multiple machines to
run faster (in this case 2 different machines at once). This build took 10
minutes to complete 50 minutes of real automated testing.
For more details on running and working with our test sets see the docs in Contributing Code.
Similarly to pre-commit testing, there are also Chromium and ANGLE CI (Continuous Integration) waterfalls. These run on the same configurations as pre-commit, plus additional configurations for which we only have limited HW, e.g. Samsung S22 phones. They are useful for detecting flaky failures and for regression blamelists in case some failure does manage to slip through pre-commit testing.
Some ANGLE dependencies are rolled in via automatically created CLs by these auto-rollers:
Similarly, Chromium’s copy of ANGLE is updated by the ANGLE into Chromium auto-roller. And there also exists a SwiftShader into Chromium auto-roller.