Skip to content

Commit

Permalink
Expect
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev committed May 3, 2024
1 parent 1ad4cd4 commit 7e0a4e9
Show file tree
Hide file tree
Showing 10 changed files with 1,460 additions and 461 deletions.
1,867 changes: 1,415 additions & 452 deletions tests/wpt/webgpu/meta/webgpu/cts.https.html.ini

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_clear.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_colorspace_rgba16float.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_complex_rgba16float_copy.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_complex_rgba16float_draw.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_complex_rgba16float_store.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_composite_alpha_rgba16float_opaque_copy.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_composite_alpha_rgba16float_opaque_draw.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_composite_alpha_rgba16float_premultiplied_copy.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[canvas_composite_alpha_rgba16float_premultiplied_draw.https.html]
expected: CRASH
expected:
if os == "win": CRASH
if os == "linux" and debug: CRASH
if os == "linux" and not debug: TIMEOUT
if os == "mac": CRASH

0 comments on commit 7e0a4e9

Please sign in to comment.