diff options
Diffstat (limited to 'testing/web-platform/meta/webnn/concat.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/concat.https.any.js.ini | 70 |
1 files changed, 70 insertions, 0 deletions
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..84f78b3804 --- /dev/null +++ b/testing/web-platform/meta/webnn/concat.https.any.js.ini @@ -0,0 +1,70 @@ +[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 |