summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/access/vector/cts.https.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/access/vector/cts.https.html.ini
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/access/vector/cts.https.html.ini')
-rw-r--r--testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/access/vector/cts.https.html.ini507
1 files changed, 503 insertions, 4 deletions
diff --git a/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/access/vector/cts.https.html.ini b/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/access/vector/cts.https.html.ini
index 535372e0e2..a1c371d8e5 100644
--- a/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/access/vector/cts.https.html.ini
+++ b/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/access/vector/cts.https.html.ini
@@ -1,9 +1,8 @@
[cts.https.html?q=webgpu:shader,validation,expression,access,vector:vector:*]
expected:
- if os == "win" and debug: [OK, TIMEOUT]
- if os == "win" and not debug: TIMEOUT
- if os == "linux": TIMEOUT
- if os == "mac": TIMEOUT
+ if os == "win": [OK, TIMEOUT]
+ if os == "linux": [OK, TIMEOUT]
+ if os == "mac" and debug: [OK, TIMEOUT]
[:case="a";vector_decl="const";vector_width=2;element_type="bool"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
@@ -44447,3 +44446,503 @@
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
+
+ [:vector_decl="const";vector_width=2;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux": [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=2;element_type="f16"]
+ expected:
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=2;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux": [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=2;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux": [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=2;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux": [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=3;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=3;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=3;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=3;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux": [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=3;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=4;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=4;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=4;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=4;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="const";vector_width=4;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=2;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=2;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=2;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=2;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=2;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=3;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=3;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=3;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=3;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=3;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=4;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=4;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=4;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=4;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="let";vector_width=4;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=2;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=2;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=2;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=2;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=2;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=3;element_type="bool"]
+ expected:
+ if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=3;element_type="f16"]
+ expected:
+ if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "linux": [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=3;element_type="f32"]
+ expected:
+ if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=3;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=3;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=4;element_type="bool"]
+ expected:
+ if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=4;element_type="f16"]
+ expected:
+ if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "linux": [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=4;element_type="f32"]
+ expected:
+ if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=4;element_type="i32"]
+ expected:
+ if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="param";vector_width=4;element_type="u32"]
+ expected:
+ if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=2;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=2;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=2;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=2;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=2;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=3;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=3;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=3;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=3;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=3;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=4;element_type="bool"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=4;element_type="f16"]
+ expected:
+ if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=4;element_type="f32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=4;element_type="i32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL
+
+ [:vector_decl="var";vector_width=4;element_type="u32"]
+ expected:
+ if os == "win" and debug: FAIL
+ if os == "win" and not debug: [PASS, FAIL]
+ if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if os == "linux" and not debug: [PASS, FAIL]
+ if os == "mac" and debug: [PASS, FAIL]
+ if os == "mac" and not debug: FAIL