diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/webnn/clamp.https.any.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webnn/clamp.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webnn/clamp.https.any.js.ini | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webnn/clamp.https.any.js.ini b/testing/web-platform/meta/webnn/clamp.https.any.js.ini new file mode 100644 index 0000000000..0942b9d5c4 --- /dev/null +++ b/testing/web-platform/meta/webnn/clamp.https.any.js.ini @@ -0,0 +1,100 @@ +[clamp.https.any.worker.html] + expected: ERROR + +[clamp.https.any.html] + expected: ERROR + [clamp float32 1D tensor default options / cpu / async] + expected: NOTRUN + + [clamp float32 2D tensor default options / cpu / async] + expected: NOTRUN + + [clamp float32 3D tensor default options / cpu / async] + expected: NOTRUN + + [clamp float32 4D tensor default options / cpu / async] + expected: NOTRUN + + [clamp float32 5D tensor default options / cpu / async] + expected: NOTRUN + + [clamp float32 4D tensor default options.maxValue and specified negative options.minValue / cpu / async] + expected: NOTRUN + + [clamp float32 3D tensor default options.maxValue and specified options.minValue=0.0 / cpu / async] + expected: NOTRUN + + [clamp float32 2D tensor default options.maxValue and specified positive options.minValue / cpu / async] + expected: NOTRUN + + [clamp float32 5D tensor default options.minValue and specified negative options.maxValue / cpu / async] + expected: NOTRUN + + [clamp float32 1D tensor default options.minValue and specified options.maxValue=0.0 / cpu / async] + expected: NOTRUN + + [clamp float32 3D tensor default options.minValue and specified positive options.maxValue / cpu / async] + expected: NOTRUN + + [clamp float32 5D tensor specified both negative options.minValue and options.maxValue / cpu / async] + expected: NOTRUN + + [clamp float32 4D tensor specified negative options.minValue and options.maxValue=0.0 / cpu / async] + expected: NOTRUN + + [clamp float32 3D tensor specified negative options.minValue and positive options.maxValue / cpu / async] + expected: NOTRUN + + [clamp float32 2D tensor specified options.minValue=0.0 and positive options.maxValue / cpu / async] + expected: NOTRUN + + [clamp float32 1D tensor specified both positive options.minValue and options.maxValue / cpu / async] + expected: NOTRUN + + [clamp float32 1D tensor default options / gpu / async] + expected: NOTRUN + + [clamp float32 2D tensor default options / gpu / async] + expected: NOTRUN + + [clamp float32 3D tensor default options / gpu / async] + expected: NOTRUN + + [clamp float32 4D tensor default options / gpu / async] + expected: NOTRUN + + [clamp float32 5D tensor default options / gpu / async] + expected: NOTRUN + + [clamp float32 4D tensor default options.maxValue and specified negative options.minValue / gpu / async] + expected: NOTRUN + + [clamp float32 3D tensor default options.maxValue and specified options.minValue=0.0 / gpu / async] + expected: NOTRUN + + [clamp float32 2D tensor default options.maxValue and specified positive options.minValue / gpu / async] + expected: NOTRUN + + [clamp float32 5D tensor default options.minValue and specified negative options.maxValue / gpu / async] + expected: NOTRUN + + [clamp float32 1D tensor default options.minValue and specified options.maxValue=0.0 / gpu / async] + expected: NOTRUN + + [clamp float32 3D tensor default options.minValue and specified positive options.maxValue / gpu / async] + expected: NOTRUN + + [clamp float32 5D tensor specified both negative options.minValue and options.maxValue / gpu / async] + expected: NOTRUN + + [clamp float32 4D tensor specified negative options.minValue and options.maxValue=0.0 / gpu / async] + expected: NOTRUN + + [clamp float32 3D tensor specified negative options.minValue and positive options.maxValue / gpu / async] + expected: NOTRUN + + [clamp float32 2D tensor specified options.minValue=0.0 and positive options.maxValue / gpu / async] + expected: NOTRUN + + [clamp float32 1D tensor specified both positive options.minValue and options.maxValue / gpu / async] + expected: NOTRUN |