summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/elementwise-binary.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webnn/validation_tests/elementwise-binary.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/webnn/validation_tests/elementwise-binary.https.any.js.ini92
1 files changed, 92 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/validation_tests/elementwise-binary.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/elementwise-binary.https.any.js.ini
new file mode 100644
index 0000000000..2212fb0142
--- /dev/null
+++ b/testing/web-platform/meta/webnn/validation_tests/elementwise-binary.https.any.js.ini
@@ -0,0 +1,92 @@
+[elementwise-binary.https.any.html]
+ [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
+ expected: FAIL
+
+ [[add\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[add\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[sub\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[sub\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[mul\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[mul\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[div\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[div\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[max\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[max\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[min\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[min\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[pow\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[pow\] throw if second input is from another builder]
+ expected: FAIL
+
+
+[elementwise-binary.https.any.worker.html]
+ [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
+ expected: FAIL
+
+ [[add\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[add\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[sub\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[sub\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[mul\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[mul\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[div\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[div\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[max\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[max\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[min\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[min\] throw if second input is from another builder]
+ expected: FAIL
+
+ [[pow\] throw if first input is from another builder]
+ expected: FAIL
+
+ [[pow\] throw if second input is from another builder]
+ expected: FAIL