Add pseudo async Create*PipelineAsync methods (#31695)

* Create fake CreatePipelineAsync

* Update WebGPU CTS

* Update expectations and disable some webgpu tests
This commit is contained in:
Samson 2024-03-19 06:39:42 +01:00 committed by GitHub
parent 228f4fb2fc
commit c25069161d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
167 changed files with 121466 additions and 53445 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
[canvas_composite_alpha_bgra8unorm_opaque_copy.https.html]
expected:
if os == "linux" and not debug: [CRASH, PASS]

View file

@ -1,2 +1,2 @@
[canvas_composite_alpha_bgra8unorm_opaque_draw.https.html]
expected: [PASS, FAIL, CRASH]
expected: [CRASH, PASS, FAIL]

View file

@ -0,0 +1,3 @@
[canvas_composite_alpha_rgba8unorm_opaque_copy.https.html]
expected:
if os == "linux" and not debug: [CRASH, PASS]

View file

@ -0,0 +1,3 @@
[canvas_composite_alpha_rgba8unorm_opaque_draw.https.html]
expected:
if os == "linux" and not debug: PASS

View file

@ -0,0 +1,6 @@
[delay_get_texture.https.html]
expected:
if os == "win": FAIL
if os == "linux" and debug: FAIL
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": FAIL