Skip to content

Commit

Permalink
Update cts to a44186d, enable blending tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Sep 14, 2021
1 parent a7c7c9f commit bc91048
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 9 additions & 1 deletion cts_runner/test.lst
Original file line number Diff line number Diff line change
@@ -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:*

0 comments on commit bc91048

Please sign in to comment.