Update cts to a44186d, enable blending tests

This commit is contained in:
Dzmitry Malyshau 2021-09-13 21:27:02 -04:00 committed by Dzmitry Malyshau
parent a7c7c9f38e
commit bc91048216
2 changed files with 11 additions and 3 deletions

View File

@ -173,7 +173,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: gpuweb/cts
ref: 8dbacc65e37f2c0d1a5c4adbb2f6ca363fe2f459 # from "gh-pages" branch
ref: a44186d9fa1d5babdb4a198e8ef04cf0d7035ebb # from "gh-pages" branch
path: cts
- name: install rust
@ -184,7 +184,7 @@ jobs:
profile: minimal
- name: build CTS runner
run: cd wgpu && cargo build -p cts_runner
run: cd wgpu/cts_runner && cargo build
- name: run CTS
shell: bash

View File

@ -1,3 +1,11 @@
unittests:*
webgpu:api,operation,command_buffer,basic:*
webgpu:api,operation,compute,basic:*
//webgpu:api,validation,queue,copyToTexture,ImageBitmap:destination_texture,format:format="stencil8";*'
//FAIL: webgpu:api,validation,queue,copyToTexture,ImageBitmap:destination_texture,format:format="stencil8";*'
webgpu:api,operation,rendering,basic:clear:*
webgpu:api,operation,rendering,basic:fullscreen_quad:*
//HANG: webgpu:api,operation,rendering,basic:large_draw:*
webgpu:api,operation,rendering,blending:*
webgpu:api,operation,rendering,blending:GPUBlendComponent:*
//FAIL: webgpu:api,operation,rendering,depth:*
//FAIL: webgpu:api,operation,rendering,draw:*