summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/conv2d.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webnn/validation_tests/conv2d.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/webnn/validation_tests/conv2d.https.any.js.ini32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/validation_tests/conv2d.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/conv2d.https.any.js.ini
new file mode 100644
index 0000000000..ae3481266c
--- /dev/null
+++ b/testing/web-platform/meta/webnn/validation_tests/conv2d.https.any.js.ini
@@ -0,0 +1,32 @@
+[conv2d.https.any.html]
+ [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
+ expected: FAIL
+
+ [[conv2d\] throw if input is from another builder]
+ expected: FAIL
+
+ [[conv2d\] throw if filter is from another builder]
+ expected: FAIL
+
+ [[conv2d\] throw if bias option is from another builder]
+ expected: FAIL
+
+ [[conv2d\] throw if activation option is from another builder]
+ expected: FAIL
+
+
+[conv2d.https.any.worker.html]
+ [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
+ expected: FAIL
+
+ [[conv2d\] throw if input is from another builder]
+ expected: FAIL
+
+ [[conv2d\] throw if filter is from another builder]
+ expected: FAIL
+
+ [[conv2d\] throw if bias option is from another builder]
+ expected: FAIL
+
+ [[conv2d\] throw if activation option is from another builder]
+ expected: FAIL