mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Update cts to a44186d, enable blending tests
This commit is contained in:
parent
a7c7c9f38e
commit
bc91048216
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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:*
|
||||
|
Loading…
Reference in New Issue
Block a user