mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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:
parent
faeb31d6c6
commit
f4ff067387
204 changed files with 389656 additions and 4667 deletions
1544
tests/wpt/webgpu/meta/MANIFEST.json
vendored
1544
tests/wpt/webgpu/meta/MANIFEST.json
vendored
File diff suppressed because it is too large
Load diff
369890
tests/wpt/webgpu/meta/webgpu/cts.https.html.ini
vendored
369890
tests/wpt/webgpu/meta/webgpu/cts.https.html.ini
vendored
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[canvas_colorspace_rgba16float.https.html]
|
||||
expected:
|
||||
if os == "linux" and not debug: TIMEOUT
|
||||
if os == "linux" and not debug: FAIL
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue