summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webnn/validation_tests/resample2d.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webnn/validation_tests/resample2d.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/webnn/validation_tests/resample2d.https.any.js.ini132
1 files changed, 132 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/validation_tests/resample2d.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/resample2d.https.any.js.ini
index 026b5a695f..98c94fcb2d 100644
--- a/testing/web-platform/meta/webnn/validation_tests/resample2d.https.any.js.ini
+++ b/testing/web-platform/meta/webnn/validation_tests/resample2d.https.any.js.ini
@@ -2,7 +2,139 @@
[assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
expected: FAIL
+ [[resample2d\] throw if input is from another builder]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with default options]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[2.0, 2.0\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[0.5, 0.5\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[0.5, 0.5\] and explicit axes=[2, 3\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[1.0, 2.0\] and axes=[0, 1\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[2.0, 2.0\] and axes=[1, 2\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with sizes=[3, 6\] ignored scales]
+ expected: FAIL
+
+ [[resample2d\] Throw if the rank of input is not 4]
+ expected: FAIL
+
+ [[resample2d\] Throw if the length of scales is not 2]
+ expected: FAIL
+
+ [[resample2d\] Throw if any scale value is negative]
+ expected: FAIL
+
+ [[resample2d\] Throw if any scale value is 0]
+ expected: FAIL
+
+ [[resample2d\] Throw if the length of sizes is not 2]
+ expected: FAIL
+
+ [[resample2d\] Throw if any size value is out of 'unsigned long' value range]
+ expected: FAIL
+
+ [[resample2d\] Throw if outputHeight being floor(scaleHeight*inputHeight) is too large]
+ expected: FAIL
+
+ [[resample2d\] Throw if scaleHeight is too small]
+ expected: FAIL
+
+ [[resample2d\] Throw if outputWidth being floor(scaleWidth*inputWidth) is too large]
+ expected: FAIL
+
+ [[resample2d\] Throw if scaleWidth is too small]
+ expected: FAIL
+
+ [[resample2d\] Throw if the length of axes is not 2]
+ expected: FAIL
+
+ [[resample2d\] Throw if any axis value is greater than or equal to the input rank]
+ expected: FAIL
+
+ [[resample2d\] Throw if the values of axes are inconsecutive]
+ expected: FAIL
+
+ [[resample2d\] Throw if the values of axes are same]
+ expected: FAIL
+
[resample2d.https.any.html]
[assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
expected: FAIL
+
+ [[resample2d\] throw if input is from another builder]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with default options]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[2.0, 2.0\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[0.5, 0.5\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[0.5, 0.5\] and explicit axes=[2, 3\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[1.0, 2.0\] and axes=[0, 1\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with scales=[2.0, 2.0\] and axes=[1, 2\]]
+ expected: FAIL
+
+ [[resample2d\] Test building resample2d with sizes=[3, 6\] ignored scales]
+ expected: FAIL
+
+ [[resample2d\] Throw if the rank of input is not 4]
+ expected: FAIL
+
+ [[resample2d\] Throw if the length of scales is not 2]
+ expected: FAIL
+
+ [[resample2d\] Throw if any scale value is negative]
+ expected: FAIL
+
+ [[resample2d\] Throw if any scale value is 0]
+ expected: FAIL
+
+ [[resample2d\] Throw if the length of sizes is not 2]
+ expected: FAIL
+
+ [[resample2d\] Throw if any size value is out of 'unsigned long' value range]
+ expected: FAIL
+
+ [[resample2d\] Throw if outputHeight being floor(scaleHeight*inputHeight) is too large]
+ expected: FAIL
+
+ [[resample2d\] Throw if scaleHeight is too small]
+ expected: FAIL
+
+ [[resample2d\] Throw if outputWidth being floor(scaleWidth*inputWidth) is too large]
+ expected: FAIL
+
+ [[resample2d\] Throw if scaleWidth is too small]
+ expected: FAIL
+
+ [[resample2d\] Throw if the length of axes is not 2]
+ expected: FAIL
+
+ [[resample2d\] Throw if any axis value is greater than or equal to the input rank]
+ expected: FAIL
+
+ [[resample2d\] Throw if the values of axes are inconsecutive]
+ expected: FAIL
+
+ [[resample2d\] Throw if the values of axes are same]
+ expected: FAIL