summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/modf/cts.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/modf/cts.https.html.ini')
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/modf/cts.https.html.ini28
1 files changed, 26 insertions, 2 deletions
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/modf/cts.https.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/modf/cts.https.html.ini
index e2d483ca9e..110c2402fe 100644
--- a/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/modf/cts.https.html.ini
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/modf/cts.https.html.ini
@@ -20,9 +20,14 @@
[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,modf:values:*]
+ expected:
+ if os == "linux" and debug: [OK, TIMEOUT]
[:stage="constant";type="abstract-float"]
expected: FAIL
+ [:stage="constant";type="abstract-int"]
+ expected: FAIL
+
[:stage="constant";type="f16"]
expected:
if os == "mac": FAIL
@@ -33,6 +38,9 @@
[:stage="constant";type="vec2%3Cabstract-float%3E"]
expected: FAIL
+ [:stage="constant";type="vec2%3Cabstract-int%3E"]
+ expected: FAIL
+
[:stage="constant";type="vec2%3Cf16%3E"]
expected:
if os == "mac": FAIL
@@ -43,6 +51,9 @@
[:stage="constant";type="vec3%3Cabstract-float%3E"]
expected: FAIL
+ [:stage="constant";type="vec3%3Cabstract-int%3E"]
+ expected: FAIL
+
[:stage="constant";type="vec3%3Cf16%3E"]
expected:
if os == "mac": FAIL
@@ -53,6 +64,9 @@
[:stage="constant";type="vec4%3Cabstract-float%3E"]
expected: FAIL
+ [:stage="constant";type="vec4%3Cabstract-int%3E"]
+ expected: FAIL
+
[:stage="constant";type="vec4%3Cf16%3E"]
expected:
if os == "mac": FAIL
@@ -76,14 +90,24 @@
[:stage="override";type="vec3%3Cf16%3E"]
expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:stage="override";type="vec3%3Cf32%3E"]
- expected: FAIL
+ expected:
+ if os == "win": FAIL
+ if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: FAIL
+ if os == "mac": FAIL
[:stage="override";type="vec4%3Cf16%3E"]
expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:stage="override";type="vec4%3Cf32%3E"]
- expected: FAIL
+ expected:
+ if os == "win": FAIL
+ if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: FAIL
+ if os == "mac": FAIL