1
0
Fork 0
firefox/testing/web-platform/meta/webnn/validation_tests/resample2d.https.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

140 lines
4 KiB
INI

[resample2d.https.any.worker.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
[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