mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
List CTS tests to run
This commit is contained in:
parent
447d612f88
commit
60142b56da
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -187,7 +187,13 @@ jobs:
|
||||
run: cd wgpu && cargo build -p cts_runner
|
||||
|
||||
- name: run CTS
|
||||
run: cd cts && ../wgpu/target/debug/cts_runner.exe ./tools/run_deno --verbose 'unittests:*'
|
||||
shell: bash
|
||||
run: >-
|
||||
cd cts;
|
||||
grep -v '^//' ../wgpu/cts_runner/test.lst | while IFS=$' \t\r\n' read test; do
|
||||
echo "=== Running $test ===";
|
||||
cargo run --manifest-path ../wgpu/cts_runner/Cargo.toml --frozen -- ./tools/run_deno --verbose "$test";
|
||||
done
|
||||
|
||||
fmt:
|
||||
name: Format
|
||||
|
||||
3
cts_runner/test.lst
Normal file
3
cts_runner/test.lst
Normal file
@ -0,0 +1,3 @@
|
||||
unittests:*
|
||||
webgpu:api,operation,compute,basic:*
|
||||
//webgpu:api,validation,queue,copyToTexture,ImageBitmap:destination_texture,format:format="stencil8";*'
|
||||
Loading…
x
Reference in New Issue
Block a user