From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../meta/webnn/elementwise_binary.https.any.js.ini | 203 +++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini (limited to 'testing/web-platform/meta/webnn/elementwise_binary.https.any.js.ini') 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 -- cgit v1.2.3