summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/where.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webnn/validation_tests/where.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/webnn/validation_tests/where.https.any.js.ini74
1 files changed, 74 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/validation_tests/where.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/where.https.any.js.ini
new file mode 100644
index 0000000000..8b70b6d2f2
--- /dev/null
+++ b/testing/web-platform/meta/webnn/validation_tests/where.https.any.js.ini
@@ -0,0 +1,74 @@
+[where.https.any.html]
+ [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
+ expected: FAIL
+
+ [[where\] Throw if the condition data type is not uint8.]
+ expected: FAIL
+
+ [[where\] Throw if the data types of input and other do not match]
+ expected: FAIL
+
+ [[where\] Throw if the shapes of input and other are not broadcastable]
+ expected: FAIL
+
+ [[where\] Throw if the condition shape is not broadcastable]
+ expected: FAIL
+
+ [[where\] Test building where with 2-D condition, 2-D input and 2-D other using broadcast]
+ expected: FAIL
+
+ [[where\] Test building where with 2-D condition, 2-D input and 3-D other using broadcast]
+ expected: FAIL
+
+ [[where\] Test building where with 3-D condition, 3-D input and 2-D other using broadcast]
+ expected: FAIL
+
+ [[where\] Test building where with 4-D condition, 3-D input and 2-D other using broadcast]
+ expected: FAIL
+
+ [[where\] throw if condition is from another builder]
+ expected: FAIL
+
+ [[where\] throw if input is from another builder]
+ expected: FAIL
+
+ [[where\] throw if other is from another builder]
+ expected: FAIL
+
+
+[where.https.any.worker.html]
+ [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
+ expected: FAIL
+
+ [[where\] Throw if the condition data type is not uint8.]
+ expected: FAIL
+
+ [[where\] Throw if the data types of input and other do not match]
+ expected: FAIL
+
+ [[where\] Throw if the shapes of input and other are not broadcastable]
+ expected: FAIL
+
+ [[where\] Throw if the condition shape is not broadcastable]
+ expected: FAIL
+
+ [[where\] Test building where with 2-D condition, 2-D input and 2-D other using broadcast]
+ expected: FAIL
+
+ [[where\] Test building where with 2-D condition, 2-D input and 3-D other using broadcast]
+ expected: FAIL
+
+ [[where\] Test building where with 3-D condition, 3-D input and 2-D other using broadcast]
+ expected: FAIL
+
+ [[where\] Test building where with 4-D condition, 3-D input and 2-D other using broadcast]
+ expected: FAIL
+
+ [[where\] throw if condition is from another builder]
+ expected: FAIL
+
+ [[where\] throw if input is from another builder]
+ expected: FAIL
+
+ [[where\] throw if other is from another builder]
+ expected: FAIL