From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../meta/webnn/concat.https.any.js.ini | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 testing/web-platform/meta/webnn/concat.https.any.js.ini (limited to 'testing/web-platform/meta/webnn/concat.https.any.js.ini') diff --git a/testing/web-platform/meta/webnn/concat.https.any.js.ini b/testing/web-platform/meta/webnn/concat.https.any.js.ini new file mode 100644 index 0000000000..0fb8a2e1fc --- /dev/null +++ b/testing/web-platform/meta/webnn/concat.https.any.js.ini @@ -0,0 +1,139 @@ +[concat.https.any.worker.html] + expected: ERROR + +[concat.https.any.html] + expected: ERROR + [concat two float32 1D tensors of same shape along axis 0 / async] + expected: NOTRUN + + [concat three float32 1D tensors of different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat four float32 1D tensors of same 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat four float32 1D tensors of different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat two float32 2D tensors of same shape along axis 0 / async] + expected: NOTRUN + + [concat two float32 2D tensors of same others dimensions except different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat four float32 2D tensors of same shape along axis 0 / async] + expected: NOTRUN + + [concat two float32 2D tensors of same others dimensions except different 2nd dimension along axis 1 / async] + expected: NOTRUN + + [concat three float32 2D tensors of same shape along axis 1 / async] + expected: NOTRUN + + [concat four float32 2D tensors of same others dimensions except different 2nd dimension along axis 1 / async] + expected: NOTRUN + + [concat two float32 3D tensors of same others dimensions except different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat four float32 3D tensors of same others dimensions except different 2nd dimension along axis 1 / async] + expected: NOTRUN + + [concat three float32 3D tensors of same shape along axis 2 / async] + expected: NOTRUN + + [concat two float32 4D tensors of same others dimensions except different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat three float32 4D tensors of same shape along axis 1 / async] + expected: NOTRUN + + [concat three float32 4D tensors of same others dimensions except different 3rd dimension along axis 2 / async] + expected: NOTRUN + + [concat four float32 4D tensors of same others dimensions except different 4th dimension along axis 3 / async] + expected: NOTRUN + + [concat four float32 5D tensors of same shape along axis 0 / async] + expected: NOTRUN + + [concat two float32 5D tensors of same others dimensions except different 2nd dimension along axis 1 / async] + expected: NOTRUN + + [concat three float32 5D tensors of same others dimensions except different 3rd dimension along axis 2 / async] + expected: NOTRUN + + [concat two float32 5D tensors of same others dimensions except different 4th dimension along axis 3 / async] + expected: NOTRUN + + [concat two float32 5D tensors of same others dimensions except different 5th dimension along axis 4 / async] + expected: NOTRUN + + [concat two float16 1D tensors of same shape along axis 0 / async] + expected: NOTRUN + + [concat three float16 1D tensors of different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat four float16 1D tensors of same 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat four float16 1D tensors of different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat two float16 2D tensors of same shape along axis 0 / async] + expected: NOTRUN + + [concat two float16 2D tensors of same others dimensions except different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat four float16 2D tensors of same shape along axis 0 / async] + expected: NOTRUN + + [concat two float16 2D tensors of same others dimensions except different 2nd dimension along axis 1 / async] + expected: NOTRUN + + [concat three float16 2D tensors of same shape along axis 1 / async] + expected: NOTRUN + + [concat four float16 2D tensors of same others dimensions except different 2nd dimension along axis 1 / async] + expected: NOTRUN + + [concat two float16 3D tensors of same others dimensions except different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat four float16 3D tensors of same others dimensions except different 2nd dimension along axis 1 / async] + expected: NOTRUN + + [concat three float16 3D tensors of same shape along axis 2 / async] + expected: NOTRUN + + [concat two float16 4D tensors of same others dimensions except different 1st dimension along axis 0 / async] + expected: NOTRUN + + [concat three float16 4D tensors of same shape along axis 1 / async] + expected: NOTRUN + + [concat three float16 4D tensors of same others dimensions except different 3rd dimension along axis 2 / async] + expected: NOTRUN + + [concat four float16 4D tensors of same others dimensions except different 4th dimension along axis 3 / async] + expected: NOTRUN + + [concat four float16 5D tensors of same shape along axis 0 / async] + expected: NOTRUN + + [concat two float16 5D tensors of same others dimensions except different 2nd dimension along axis 1 / async] + expected: NOTRUN + + [concat three float16 5D tensors of same others dimensions except different 3rd dimension along axis 2 / async] + expected: NOTRUN + + [concat two float16 5D tensors of same others dimensions except different 4th dimension along axis 3 / async] + expected: NOTRUN + + [concat two float16 5D tensors of same others dimensions except different 5th dimension along axis 4 / async] + expected: NOTRUN + + [concat two float32 1D constant tensors of same shape along axis 0 / async] + expected: NOTRUN -- cgit v1.2.3