summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/concat.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webnn/validation_tests/concat.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/webnn/validation_tests/concat.https.any.js.ini68
1 files changed, 68 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/validation_tests/concat.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/concat.https.any.js.ini
new file mode 100644
index 0000000000..8175c816a9
--- /dev/null
+++ b/testing/web-platform/meta/webnn/validation_tests/concat.https.any.js.ini
@@ -0,0 +1,68 @@
+[concat.https.any.html]
+ [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
+ expected: FAIL
+
+ [[concat\] Test building Concat with one input.]
+ expected: FAIL
+
+ [[concat\] Test building Concat with two inputs]
+ expected: FAIL
+
+ [[concat\] Test building Concat with three inputs]
+ expected: FAIL
+
+ [[concat\] Test building Concat with two 1D inputs.]
+ expected: FAIL
+
+ [[concat\] Throw if the argument types are inconsistent.]
+ expected: FAIL
+
+ [[concat\] Throw if the inputs have different ranks.]
+ expected: FAIL
+
+ [[concat\] Throw if the axis is equal to or greater than the size of ranks]
+ expected: FAIL
+
+ [[concat\] Throw if concat with two 0-D scalars.]
+ expected: FAIL
+
+ [[concat\] Throw if the inputs have other axes with different sizes except on the axis.]
+ expected: FAIL
+
+ [[concat\] throw if any input is from another builder]
+ expected: FAIL
+
+
+[concat.https.any.worker.html]
+ [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
+ expected: FAIL
+
+ [[concat\] Test building Concat with one input.]
+ expected: FAIL
+
+ [[concat\] Test building Concat with two inputs]
+ expected: FAIL
+
+ [[concat\] Test building Concat with three inputs]
+ expected: FAIL
+
+ [[concat\] Test building Concat with two 1D inputs.]
+ expected: FAIL
+
+ [[concat\] Throw if the argument types are inconsistent.]
+ expected: FAIL
+
+ [[concat\] Throw if the inputs have different ranks.]
+ expected: FAIL
+
+ [[concat\] Throw if the axis is equal to or greater than the size of ranks]
+ expected: FAIL
+
+ [[concat\] Throw if concat with two 0-D scalars.]
+ expected: FAIL
+
+ [[concat\] Throw if the inputs have other axes with different sizes except on the axis.]
+ expected: FAIL
+
+ [[concat\] throw if any input is from another builder]
+ expected: FAIL