summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/gru.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webnn/validation_tests/gru.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/webnn/validation_tests/gru.https.any.js.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/validation_tests/gru.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/gru.https.any.js.ini
index 9afda619f4..98025d2dfe 100644
--- a/testing/web-platform/meta/webnn/validation_tests/gru.https.any.js.ini
+++ b/testing/web-platform/meta/webnn/validation_tests/gru.https.any.js.ini
@@ -56,6 +56,27 @@
[assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
expected: FAIL
+ [[gru\] throw if input is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if weight is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if recurrentWeight is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if bias option is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if recurrentBias option is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if initialHiddenState option is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if any activation option is from another builder]
+ expected: FAIL
+
[gru.https.any.worker.html]
[[gru\] Test with default options]
@@ -114,3 +135,24 @@
[assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
expected: FAIL
+
+ [[gru\] throw if input is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if weight is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if recurrentWeight is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if bias option is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if recurrentBias option is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if initialHiddenState option is from another builder]
+ expected: FAIL
+
+ [[gru\] throw if any activation option is from another builder]
+ expected: FAIL