diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini | 203 |
1 files changed, 203 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini b/testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini new file mode 100644 index 0000000000..714a1f0f9e --- /dev/null +++ b/testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini @@ -0,0 +1,203 @@ +[elementwise_binary.https.any.html] + expected: ERROR + [add float32 1D tensors / async] + expected: NOTRUN + + [add float32 2D tensors / async] + expected: NOTRUN + + [add float32 3D tensors / async] + expected: NOTRUN + + [add float32 4D tensors / async] + expected: NOTRUN + + [add float32 5D tensors / async] + expected: NOTRUN + + [add float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [add float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [add float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [add float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [sub float32 1D tensors / async] + expected: NOTRUN + + [sub float32 2D tensors / async] + expected: NOTRUN + + [sub float32 3D tensors / async] + expected: NOTRUN + + [sub float32 4D tensors / async] + expected: NOTRUN + + [sub float32 5D tensors / async] + expected: NOTRUN + + [sub float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [sub float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [sub float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [sub float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [mul float32 1D tensors / async] + expected: NOTRUN + + [mul float32 2D tensors / async] + expected: NOTRUN + + [mul float32 3D tensors / async] + expected: NOTRUN + + [mul float32 4D tensors / async] + expected: NOTRUN + + [mul float32 5D tensors / async] + expected: NOTRUN + + [mul float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [mul float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [mul float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [mul float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [div float32 1D tensors / async] + expected: NOTRUN + + [div float32 2D tensors / async] + expected: NOTRUN + + [div float32 3D tensors / async] + expected: NOTRUN + + [div float32 4D tensors / async] + expected: NOTRUN + + [div float32 5D tensors / async] + expected: NOTRUN + + [div float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [div float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [div float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [div float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [max float32 1D tensors / async] + expected: NOTRUN + + [max float32 2D tensors / async] + expected: NOTRUN + + [max float32 3D tensors / async] + expected: NOTRUN + + [max float32 4D tensors / async] + expected: NOTRUN + + [max float32 5D tensors / async] + expected: NOTRUN + + [max float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [max float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [max float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [max float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [min float32 1D tensors / async] + expected: NOTRUN + + [min float32 2D tensors / async] + expected: NOTRUN + + [min float32 3D tensors / async] + expected: NOTRUN + + [min float32 4D tensors / async] + expected: NOTRUN + + [min float32 5D tensors / async] + expected: NOTRUN + + [min float32 broadcast 1D to 4D / async] + expected: NOTRUN + + [min float32 broadcast 2D to 4D / async] + expected: NOTRUN + + [min float32 broadcast 3D to 4D / async] + expected: NOTRUN + + [min float32 broadcast 4D to 4D / async] + expected: NOTRUN + + [pow float32 1D base tensor and 1D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 2D base tensor and 2D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 3D base tensor and 3D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 4D base tensor and 4D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 5D base tensor and 5D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 1D positive base tensor and 1D exponent tensor / async] + expected: NOTRUN + + [pow float32 2D positive base tensor and 2D exponent tensor / async] + expected: NOTRUN + + [pow float32 4D positive base tensor and 4D exponent tensor / async] + expected: NOTRUN + + [pow float32 4D exponent tensor and broadcastable 1D positive base tensor / async] + expected: NOTRUN + + [pow float32 4D base tensor and broadcastable 2D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 4D base tensor and broadcastable 3D integer exponent tensor / async] + expected: NOTRUN + + [pow float32 4D exponent tensor and broadcastable 4D positive base tensor / async] + expected: NOTRUN + + +[elementwise_binary.https.any.worker.html] + expected: ERROR |