mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-02 20:51:45 +00:00
Update expectations and ts_sources
249f2b797b..ecf4804228
- ecf480 wgsl: Add missing parameterizations (#1366)
- febc61 wgsl: Stub tests for the fwidthFine builtin. (#1365)
- 50261d wgsl: Stub tests for the fwidthCoarse builtin. (#1364)
- b2f135 wgsl: Stub tests for the fwidth builtin. (#1363)
- 1d3403 wgsl: Stub tests for the dpdyFine builtin. (#1362)
- 1c717a wgsl: Stub tests for the dpdyCoarse builtin. (#1361)
- ef805c wgsl: Stub tests for the dpdy builtin (#1360)
- 8f5f61 wgsl: Stub tests for the dpdxFine builtin. (#1359)
- 59d1c3 wgsl: Stub tests for dpdxCoarse builtin (#1358)
- aa6096 wgsl: Stub tests for dpdx builtin (#1357)
- 2ee8b6 wgsl: Stub tests for the dot builtin. (#1356)
- 9646eb wgsl: Stub tests for the transpose builtin. (#1354)
- 0415ba wgsl: Stub tests for determinant builtin. (#1353)
- e817a5 wgsl: Stub tests for trunc builtin. (#1352)
- 9edb35 wgsl: Stub tests for the tanh builtin. (#1351)
- 1b109c wgsl: Stub tests for tan builtin. (#1350)
- 92f64a wgsl: Stub tests for step builtin. (#1349)
- ca915e wgsl: Stub tests for sqrt builtin. (#1348)
- b1f2fb wgsl: Stub tests for smoothstep builtin. (#1347)
- 9ea198 wgsl: Stub tests for sinh builtin. (#1346)
- 423400 wgsl: Stub for sign builtin. (#1345)
Created with './tools/run cts roll'
Change-Id: I29b09f6d4808c8b33d39d390def05f72599965f2
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88860
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Running the WebGPU CTS Locally with Chrome
Running the WebGPU CTS locally with Chrome requires a Chromium checkout.
Follow these instructions for checking out
and building Chrome. You'll also need to build the telemetry_gpu_integration_test
target.
At the root of a Chromium checkout, run:
./content/test/gpu/run_gpu_integration_test.py webgpu_cts --browser=exact --browser-executable=path/to/your/chrome-executable
If you don't want to build Chrome, you can still run the CTS, by passing the path to an existing Chrome executable to the --browser-executable
argument. You should still build the telemetry_gpu_integration_test
target to support all harness
functionality.
Useful command-line arguments:
-l
: List all tests that would be run.--test-filter
: Filter tests. Run--help
for more information.--help
: See more options.--passthrough --show-stdout
: Show browser output. See also--browser-logging-verbosity
.--extra-browser-args
: Pass extra args to the browser executable.--is-backend-validation
: Enable backend validation. TODO: rename this to--backend-validation
.