From bc910482169882c251c612127dae7a2dfb66940c Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Mon, 13 Sep 2021 21:27:02 -0400 Subject: [PATCH] Update cts to a44186d, enable blending tests --- .github/workflows/ci.yml | 4 ++-- cts_runner/test.lst | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d1715d22..2ce59b6aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/cts_runner/test.lst b/cts_runner/test.lst index 04939ff46..f5ef47ece 100644 --- a/cts_runner/test.lst +++ b/cts_runner/test.lst @@ -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:*