chore: Update WebGPU CTS (#33990)

* chore: Update WebGPU CTS

d473d09475
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

* Update expectations

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

* Allow multiple process testing for CTS

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

---------

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-10-26 11:47:31 +02:00 committed by GitHub
parent faeb31d6c6
commit f4ff067387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
204 changed files with 389656 additions and 4667 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

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

View file

@ -1,3 +1,3 @@
[canvas_colorspace_rgba16float.https.html]
expected:
if os == "linux" and not debug: TIMEOUT
if os == "linux" and not debug: FAIL

View file

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

View file

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

View file

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

View file

@ -1,3 +1,3 @@
[canvas_complex_rgba16float_copy.https.html]
expected:
if os == "linux" and not debug: TIMEOUT
if os == "linux" and not debug: FAIL

View file

@ -1,3 +1,3 @@
[canvas_complex_rgba16float_draw.https.html]
expected:
if os == "linux" and not debug: TIMEOUT
if os == "linux" and not debug: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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