summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/lstm.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webnn/validation_tests/lstm.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/webnn/validation_tests/lstm.https.any.js.ini54
1 files changed, 54 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/validation_tests/lstm.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/lstm.https.any.js.ini
index 1abdd4c6d0..798962bd12 100644
--- a/testing/web-platform/meta/webnn/validation_tests/lstm.https.any.js.ini
+++ b/testing/web-platform/meta/webnn/validation_tests/lstm.https.any.js.ini
@@ -50,6 +50,33 @@
[[lstm\] DataError is expected if the rank of recurrentWeight is not 3]
expected: FAIL
+ [[lstm\] throw if input is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if weight is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if recurrentWeight is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if bias option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if recurrentBias option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if peepholeWeight option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if initialHiddenState option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if initialCellState option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if any activation option is from another builder]
+ expected: FAIL
+
[lstm.https.any.worker.html]
[[lstm\] Test with default options]
@@ -102,3 +129,30 @@
[assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
expected: FAIL
+
+ [[lstm\] throw if input is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if weight is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if recurrentWeight is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if bias option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if recurrentBias option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if peepholeWeight option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if initialHiddenState option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if initialCellState option is from another builder]
+ expected: FAIL
+
+ [[lstm\] throw if any activation option is from another builder]
+ expected: FAIL