mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-04 21:54:32 +00:00
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
65130c1970..94fd83896c
- 94fd83 Expand readbackFromWebGPUCanvas test with alphaMode (#1673)
- 7af1f6 Implement `mix` f32 tests (#1719)
- 3fefce Validate a shader without an entry point is valid. (#1729)
- 3dc2fe Add non-entrypoint tests to the builtin validation. (#1728)
- 573361 Add test to validate parsing of `@builtin` (#1726)
- c660f5 Trailing comma in `@align` should be valid. (#1727)
- d1c579 Add test to allow builtin values as identifiers (#1725)
- bab564 Implement `trunc` f32 tests (#1724)
- 8fd9d5 Add `frag_depth` builtin validation. (#1723)
Created with './tools/run cts roll'
Change-Id: I55c38e9b2b32f6fdebd3d7d9fc5d29ef8f8054ee
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/+/97862
Commit-Queue: Loko Kung <lokokung@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@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
.