mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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:
parent
228f4fb2fc
commit
c25069161d
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
|
@ -0,0 +1,3 @@
|
|||
[canvas_composite_alpha_bgra8unorm_opaque_copy.https.html]
|
||||
expected:
|
||||
if os == "linux" and not debug: [CRASH, PASS]
|
|
@ -1,2 +1,2 @@
|
|||
[canvas_composite_alpha_bgra8unorm_opaque_draw.https.html]
|
||||
expected: [PASS, FAIL, CRASH]
|
||||
expected: [CRASH, PASS, FAIL]
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[canvas_composite_alpha_rgba8unorm_opaque_copy.https.html]
|
||||
expected:
|
||||
if os == "linux" and not debug: [CRASH, PASS]
|
|
@ -0,0 +1,3 @@
|
|||
[canvas_composite_alpha_rgba8unorm_opaque_draw.https.html]
|
||||
expected:
|
||||
if os == "linux" and not debug: PASS
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue