Bug 1896191 - build(webgpu): update WGPU to 2f4522714c4037a1842d27bb448b634f089664ab r=webgpu-reviewers,supply-chain-reviewers,nical

Update with `moz-webgpu-cts update-expected --preset new-fx`, version
0.9.1, using reports from
[try:7739c53c635e](https://treeherder.mozilla.org/jobs?repo=try&tier=1%2C2%2C3&revision=7739c53c635e9404976baf9b93f64216b1905d64).

Depends on D210093

Differential Revision: https://phabricator.services.mozilla.com/D210094
This commit is contained in:
Erich Gubler 2024-05-16 12:24:34 +00:00
Родитель d773e691de
Коммит 7bbf8b8cdd
183 изменённых файлов: 12989 добавлений и 5569 удалений

Просмотреть файл

@ -25,9 +25,9 @@ git = "https://github.com/franziskuskiefer/cose-rust"
rev = "43c22248d136c8b38fe42ea709d08da6355cf04b"
replace-with = "vendored-sources"
[source."git+https://github.com/gfx-rs/wgpu?rev=d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"]
[source."git+https://github.com/gfx-rs/wgpu?rev=2f4522714c4037a1842d27bb448b634f089664ab"]
git = "https://github.com/gfx-rs/wgpu"
rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
rev = "2f4522714c4037a1842d27bb448b634f089664ab"
replace-with = "vendored-sources"
[source."git+https://github.com/glandium/mio?rev=9a2ef335c366044ffe73b1c4acabe50a1daefe05"]

14
Cargo.lock сгенерированный
Просмотреть файл

@ -1207,7 +1207,7 @@ dependencies = [
[[package]]
name = "d3d12"
version = "0.20.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231#d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
source = "git+https://github.com/gfx-rs/wgpu?rev=2f4522714c4037a1842d27bb448b634f089664ab#2f4522714c4037a1842d27bb448b634f089664ab"
dependencies = [
"bitflags 2.5.0",
"libloading 0.8.3",
@ -2520,9 +2520,9 @@ dependencies = [
[[package]]
name = "gpu-allocator"
version = "0.25.0"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
checksum = "fdd4240fc91d3433d5e5b0fc5b67672d771850dc19bbee03c1381e19322803d7"
dependencies = [
"log",
"presser",
@ -3977,7 +3977,7 @@ checksum = "a2983372caf4480544083767bf2d27defafe32af49ab4df3a0b7fc90793a3664"
[[package]]
name = "naga"
version = "0.20.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231#d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
source = "git+https://github.com/gfx-rs/wgpu?rev=2f4522714c4037a1842d27bb448b634f089664ab#2f4522714c4037a1842d27bb448b634f089664ab"
dependencies = [
"arrayvec",
"bit-set",
@ -6641,7 +6641,7 @@ dependencies = [
[[package]]
name = "wgpu-core"
version = "0.20.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231#d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
source = "git+https://github.com/gfx-rs/wgpu?rev=2f4522714c4037a1842d27bb448b634f089664ab#2f4522714c4037a1842d27bb448b634f089664ab"
dependencies = [
"arrayvec",
"bit-vec",
@ -6667,7 +6667,7 @@ dependencies = [
[[package]]
name = "wgpu-hal"
version = "0.20.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231#d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
source = "git+https://github.com/gfx-rs/wgpu?rev=2f4522714c4037a1842d27bb448b634f089664ab#2f4522714c4037a1842d27bb448b634f089664ab"
dependencies = [
"android_system_properties",
"arrayvec",
@ -6706,7 +6706,7 @@ dependencies = [
[[package]]
name = "wgpu-types"
version = "0.20.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231#d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
source = "git+https://github.com/gfx-rs/wgpu?rev=2f4522714c4037a1842d27bb448b634f089664ab#2f4522714c4037a1842d27bb448b634f089664ab"
dependencies = [
"bitflags 2.5.0",
"js-sys",

Просмотреть файл

@ -17,7 +17,7 @@ default = []
[dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
rev = "2f4522714c4037a1842d27bb448b634f089664ab"
# TODO: remove the replay feature on the next update containing https://github.com/gfx-rs/wgpu/pull/5182
features = ["serde", "replay", "trace", "strict_asserts", "wgsl", "api_log_info"]
@ -26,37 +26,37 @@ features = ["serde", "replay", "trace", "strict_asserts", "wgsl", "api_log_info"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
rev = "2f4522714c4037a1842d27bb448b634f089664ab"
features = ["metal"]
# We want the wgpu-core Direct3D backends on Windows.
[target.'cfg(windows)'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
rev = "2f4522714c4037a1842d27bb448b634f089664ab"
features = ["dx12"]
# We want the wgpu-core Vulkan backend on Linux and Windows.
[target.'cfg(any(windows, all(unix, not(any(target_os = "macos", target_os = "ios")))))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
rev = "2f4522714c4037a1842d27bb448b634f089664ab"
features = ["vulkan"]
[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
rev = "2f4522714c4037a1842d27bb448b634f089664ab"
[dependencies.wgh]
package = "wgpu-hal"
git = "https://github.com/gfx-rs/wgpu"
rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
rev = "2f4522714c4037a1842d27bb448b634f089664ab"
features = ["windows_rs", "oom_panic", "device_lost_panic", "internal_error_panic"]
[target.'cfg(windows)'.dependencies.d3d12]
git = "https://github.com/gfx-rs/wgpu"
rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
rev = "2f4522714c4037a1842d27bb448b634f089664ab"
[target.'cfg(windows)'.dependencies]
winapi = "0.3"

Просмотреть файл

@ -20,11 +20,11 @@ origin:
# Human-readable identifier for this version/release
# Generally "version NNN", "tag SSS", "bookmark SSS"
release: d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231 (2024-05-06T10:53:03Z).
release: 2f4522714c4037a1842d27bb448b634f089664ab (2024-05-10T18:18:15Z).
# Revision to pull in
# Must be a long or short commit SHA (long preferred)
revision: d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231
revision: 2f4522714c4037a1842d27bb448b634f089664ab
license: ['MIT', 'Apache-2.0']

Просмотреть файл

@ -1389,7 +1389,7 @@ delta = "0.19.0 -> 0.20.0"
[[audits.d3d12]]
who = "Erich Gubler <erichdongubler@gmail.com>"
criteria = "safe-to-deploy"
delta = "0.20.0 -> 0.20.0@git:d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
delta = "0.20.0 -> 0.20.0@git:2f4522714c4037a1842d27bb448b634f089664ab"
importable = false
[[audits.darling]]
@ -2821,7 +2821,7 @@ delta = "0.19.2 -> 0.20.0"
[[audits.naga]]
who = "Erich Gubler <erichdongubler@gmail.com>"
criteria = "safe-to-deploy"
delta = "0.20.0 -> 0.20.0@git:d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
delta = "0.20.0 -> 0.20.0@git:2f4522714c4037a1842d27bb448b634f089664ab"
importable = false
[[audits.net2]]
@ -4690,7 +4690,7 @@ delta = "0.19.3 -> 0.20.0"
[[audits.wgpu-core]]
who = "Erich Gubler <erichdongubler@gmail.com>"
criteria = "safe-to-deploy"
delta = "0.20.0 -> 0.20.0@git:d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
delta = "0.20.0 -> 0.20.0@git:2f4522714c4037a1842d27bb448b634f089664ab"
importable = false
[[audits.wgpu-hal]]
@ -4754,7 +4754,7 @@ delta = "0.19.3 -> 0.20.0"
[[audits.wgpu-hal]]
who = "Erich Gubler <erichdongubler@gmail.com>"
criteria = "safe-to-deploy"
delta = "0.20.0 -> 0.20.0@git:d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
delta = "0.20.0 -> 0.20.0@git:2f4522714c4037a1842d27bb448b634f089664ab"
importable = false
[[audits.wgpu-types]]
@ -4818,7 +4818,7 @@ delta = "0.19.2 -> 0.20.0"
[[audits.wgpu-types]]
who = "Erich Gubler <erichdongubler@gmail.com>"
criteria = "safe-to-deploy"
delta = "0.20.0 -> 0.20.0@git:d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"
delta = "0.20.0 -> 0.20.0@git:2f4522714c4037a1842d27bb448b634f089664ab"
importable = false
[[audits.whatsys]]

Просмотреть файл

@ -220,54 +220,51 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=false;beforeDestroy=true;afterUnmap=false;afterDestroy=true]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=false;beforeDestroy=true;afterUnmap=true;afterDestroy=false]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=false;beforeDestroy=true;afterUnmap=true;afterDestroy=true]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=true;beforeDestroy=false;afterUnmap=false;afterDestroy=false]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=true;beforeDestroy=false;afterUnmap=false;afterDestroy=true]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=true;beforeDestroy=false;afterUnmap=true;afterDestroy=false]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=true;beforeDestroy=false;afterUnmap=true;afterDestroy=true]
expected:
@ -275,7 +272,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=true;beforeDestroy=true;afterUnmap=false;afterDestroy=false]
expected:
@ -283,7 +280,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=true;beforeDestroy=true;afterUnmap=false;afterDestroy=true]
expected:
@ -291,7 +288,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=true;beforeDestroy=true;afterUnmap=true;afterDestroy=false]
expected:
@ -299,7 +296,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="READ";beforeUnmap=true;beforeDestroy=true;afterUnmap=true;afterDestroy=true]
expected:
@ -307,27 +304,31 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="WRITE";beforeUnmap=false;beforeDestroy=false;afterUnmap=false;afterDestroy=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="WRITE";beforeUnmap=false;beforeDestroy=false;afterUnmap=false;afterDestroy=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="WRITE";beforeUnmap=false;beforeDestroy=false;afterUnmap=true;afterDestroy=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="WRITE";beforeUnmap=false;beforeDestroy=false;afterUnmap=true;afterDestroy=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="WRITE";beforeUnmap=false;beforeDestroy=true;afterUnmap=false;afterDestroy=false]
expected:
@ -335,7 +336,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usageType="write";mapModeType="WRITE";beforeUnmap=false;beforeDestroy=true;afterUnmap=false;afterDestroy=true]
expected:
@ -420,8 +421,7 @@
[:mapAsyncRegionLeft="default-expand";mapAsyncRegionRight="minimal"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: FAIL
if os == "win": [PASS, FAIL]
if os == "linux" and debug: FAIL
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": FAIL

Просмотреть файл

@ -910,14 +910,12 @@
[:srcFormat="bc5-rg-snorm";dstFormat="bc5-rg-snorm";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
[:srcFormat="bc5-rg-unorm";dstFormat="bc5-rg-unorm";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
[:srcFormat="bc6h-rgb-float";dstFormat="bc6h-rgb-float";dimension="2d"]
expected:
@ -927,8 +925,7 @@
[:srcFormat="bc6h-rgb-ufloat";dstFormat="bc6h-rgb-ufloat";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
[:srcFormat="bc7-rgba-unorm";dstFormat="bc7-rgba-unorm";dimension="2d"]
expected:
@ -1211,7 +1208,7 @@
[:srcFormat="r8sint";dstFormat="r8sint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: FAIL
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
@ -1225,14 +1222,14 @@
[:srcFormat="r8snorm";dstFormat="r8snorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: FAIL
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:srcFormat="r8snorm";dstFormat="r8snorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: FAIL
if os == "linux" and debug: [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
@ -1240,14 +1237,14 @@
[:srcFormat="r8uint";dstFormat="r8uint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: FAIL
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:srcFormat="r8uint";dstFormat="r8uint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: FAIL
if os == "linux" and debug: [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
@ -1255,12 +1252,14 @@
[:srcFormat="r8unorm";dstFormat="r8unorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:srcFormat="r8unorm";dstFormat="r8unorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
@ -2459,6 +2458,7 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:srcFormat="rgba8sint";dstFormat="rgba8sint";dimension="2d"]
expected:
@ -2485,20 +2485,21 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:srcFormat="rgba8snorm";dstFormat="rgba8snorm";dimension="3d"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:srcFormat="rgba8uint";dstFormat="rgba8uint";dimension="1d"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:srcFormat="rgba8uint";dstFormat="rgba8uint";dimension="2d"]
expected:
@ -2506,6 +2507,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:srcFormat="rgba8uint";dstFormat="rgba8uint";dimension="3d"]
expected:
@ -2513,6 +2515,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:srcFormat="rgba8unorm";dstFormat="rgba8unorm";dimension="1d"]
expected:

Просмотреть файл

@ -1194,7 +1194,7 @@
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r16sint";dimension="2d"]
expected:
@ -1300,37 +1300,37 @@
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg16float";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg16sint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg16sint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg16uint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg16uint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg32float";dimension="2d"]
expected:
@ -1441,36 +1441,42 @@
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba16float";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba16sint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba16sint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba16uint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba16uint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba32float";dimension="2d"]
expected:
@ -1521,6 +1527,7 @@
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8snorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8snorm";dimension="3d"]
expected:
@ -1540,18 +1547,22 @@
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="astc-10x10-unorm";dimension="2d"]
expected:
@ -3836,31 +3847,35 @@
expected:
if os == "win": FAIL
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="eac-r11snorm";dimension="2d"]
expected:
@ -3963,18 +3978,21 @@
if os == "win": FAIL
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r16uint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r16uint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r32float";dimension="1d"]
expected:
@ -7191,43 +7209,41 @@
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="eac-r11snorm";dimension="2d"]
expected:
@ -7330,21 +7346,21 @@
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r16uint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r16uint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r32float";dimension="1d"]
expected:
@ -7609,22 +7625,19 @@
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg8sint";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg8sint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg8sint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg8snorm";dimension="1d"]
@ -7658,15 +7671,13 @@
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg8uint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg8uint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rg8unorm";dimension="1d"]
@ -7876,94 +7887,83 @@
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8snorm";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8snorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8snorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8uint";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8uint";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8uint";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
@ -10546,43 +10546,41 @@
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="bgra8unorm-srgb";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="eac-r11snorm";dimension="2d"]
expected:
@ -10685,7 +10683,7 @@
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r16uint";dimension="2d"]
expected:
@ -11215,8 +11213,7 @@
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8snorm";dimension="1d"]
expected:
@ -11260,36 +11257,31 @@
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="3d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="1d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="2d"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="3d"]
@ -12431,8 +12423,8 @@
[:format="stencil8";copyMethod="CopyT2B";aspect="stencil-only"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, FAIL]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
[:format="stencil8";copyMethod="WriteTexture";aspect="stencil-only"]
expected:

Просмотреть файл

@ -2,7 +2,7 @@
implementation-status: backlog
expected:
if os == "linux" and debug: [OK, TIMEOUT]
if os == "mac" and debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero";alpha=0]
expected:
if os == "win": FAIL
@ -112,40 +112,35 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";alpha=0.25]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";alpha=0.5]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";alpha=0.75]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";alpha=1]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero";alpha=0]
expected:
@ -173,14 +168,16 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero";alpha=1]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero";alpha=0]
expected:

Просмотреть файл

@ -439,6 +439,7 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="b2t-copy";readContext="command-encoder";writeOp="storage";writeContext="render-pass-encoder"]
expected:
@ -565,8 +566,7 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-indirect-dispatch";readContext="compute-pass-encoder";writeOp="storage";writeContext="compute-pass-encoder"]
expected:
@ -594,15 +594,14 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-indirect-dispatch";readContext="compute-pass-encoder";writeOp="write-buffer";writeContext="queue"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-indirect-index";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -1259,8 +1258,7 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-indirect-dispatch";readContext="compute-pass-encoder";writeOp="storage";writeContext="compute-pass-encoder"]
expected:
@ -1268,7 +1266,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-indirect-dispatch";readContext="compute-pass-encoder";writeOp="storage";writeContext="render-bundle-encoder"]
expected:
@ -1290,15 +1288,14 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-indirect-dispatch";readContext="compute-pass-encoder";writeOp="write-buffer";writeContext="queue"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-indirect-index";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -1361,7 +1358,8 @@
[:boundary="queue-op";readOp="storage-read";readContext="compute-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="compute-pass-encoder";writeOp="storage";writeContext="compute-pass-encoder"]
@ -1546,6 +1544,7 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";writeOps=["b2b-copy","storage"\];contexts=["command-encoder","render-bundle-encoder"\]]
expected:
@ -1558,6 +1557,7 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";writeOps=["b2b-copy","t2b-copy"\];contexts=["command-encoder","command-encoder"\]]
expected:
@ -1656,7 +1656,7 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";writeOps=["t2b-copy","write-buffer"\];contexts=["command-encoder","queue"\]]
expected:

Просмотреть файл

@ -296,8 +296,7 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-vertex";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
expected:
@ -311,8 +310,7 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="compute-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected: FAIL
@ -331,24 +329,21 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="render-bundle-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="render-bundle-encoder";writeOp="write-buffer";writeContext="queue"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected:
@ -362,7 +357,8 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:boundary="queue-op";readOp="storage-read";readContext="render-pass-encoder";writeOp="write-buffer";writeContext="queue"]
expected: FAIL
@ -576,7 +572,8 @@
[:boundary="queue-op";readOp="input-index";readContext="render-bundle-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-index";readContext="render-bundle-encoder";writeOp="write-buffer";writeContext="queue"]
@ -671,9 +668,9 @@
[:boundary="queue-op";readOp="input-vertex";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="input-vertex";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
expected:
@ -682,8 +679,9 @@
[:boundary="queue-op";readOp="input-vertex";readContext="render-pass-encoder";writeOp="write-buffer";writeContext="queue"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="compute-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected:
@ -695,13 +693,14 @@
[:boundary="queue-op";readOp="storage-read";readContext="compute-pass-encoder";writeOp="storage";writeContext="compute-pass-encoder"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, FAIL]
[:boundary="queue-op";readOp="storage-read";readContext="compute-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, FAIL]
if os == "mac": [PASS, FAIL]
[:boundary="queue-op";readOp="storage-read";readContext="compute-pass-encoder";writeOp="write-buffer";writeContext="queue"]
expected:
@ -712,36 +711,38 @@
[:boundary="queue-op";readOp="storage-read";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="render-bundle-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
expected:
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="render-bundle-encoder";writeOp="write-buffer";writeContext="queue"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="render-pass-encoder";writeOp="b2b-copy";writeContext="command-encoder"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": [PASS, FAIL]
[:boundary="queue-op";readOp="storage-read";readContext="render-pass-encoder";writeOp="t2b-copy";writeContext="command-encoder"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:boundary="queue-op";readOp="storage-read";readContext="render-pass-encoder";writeOp="write-buffer";writeContext="queue"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, FAIL]
[cts.https.html?q=webgpu:api,operation,memory_sync,buffer,single_buffer:ww:*]
@ -754,8 +755,7 @@
[:boundary="command-buffer";writeOps=["b2b-copy","storage"\];contexts=["command-encoder","compute-pass-encoder"\]]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:boundary="command-buffer";writeOps=["b2b-copy","storage"\];contexts=["command-encoder","render-bundle-encoder"\]]
@ -842,17 +842,17 @@
[:boundary="queue-op";writeOps=["storage","b2b-copy"\];contexts=["compute-pass-encoder","command-encoder"\]]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";writeOps=["storage","b2b-copy"\];contexts=["render-bundle-encoder","command-encoder"\]]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";writeOps=["storage","b2b-copy"\];contexts=["render-pass-encoder","command-encoder"\]]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";writeOps=["storage","storage"\];contexts=["compute-pass-encoder","compute-pass-encoder"\]]
expected:
@ -863,6 +863,7 @@
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";writeOps=["storage","t2b-copy"\];contexts=["render-bundle-encoder","command-encoder"\]]
expected:

Просмотреть файл

@ -15,29 +15,33 @@
[cts.https.html?q=webgpu:api,operation,memory_sync,texture,same_subresource:rw:*]
implementation-status: backlog
expected:
if os == "win" and not debug: [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
if os == "mac": TIMEOUT
[:boundary="command-buffer";read={"op":"sample","in":"compute-pass-encoder"};write={"op":"attachment-resolve","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"sample","in":"compute-pass-encoder"};write={"op":"attachment-store","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"sample","in":"compute-pass-encoder"};write={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"sample","in":"compute-pass-encoder"};write={"op":"storage","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -46,50 +50,48 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"sample","in":"render-bundle-encoder"};write={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"sample","in":"render-bundle-encoder"};write={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"sample","in":"render-pass-encoder"};write={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"sample","in":"render-pass-encoder"};write={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"t2b-copy","in":"command-encoder"};write={"op":"attachment-resolve","in":"command-encoder"}]
expected:
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 == "linux": [PASS, FAIL]
[:boundary="command-buffer";read={"op":"t2b-copy","in":"command-encoder"};write={"op":"attachment-store","in":"command-encoder"}]
expected:
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 == "linux": [PASS, FAIL]
[:boundary="command-buffer";read={"op":"t2b-copy","in":"command-encoder"};write={"op":"b2t-copy","in":"command-encoder"}]
expected:
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 == "linux": [PASS, FAIL]
[:boundary="command-buffer";read={"op":"t2b-copy","in":"command-encoder"};write={"op":"storage","in":"compute-pass-encoder"}]
expected:
@ -112,8 +114,7 @@
[:boundary="command-buffer";read={"op":"t2b-copy","in":"command-encoder"};write={"op":"t2t-copy","in":"command-encoder"}]
expected:
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 == "linux": [PASS, FAIL]
[:boundary="command-buffer";read={"op":"t2t-copy","in":"command-encoder"};write={"op":"attachment-resolve","in":"command-encoder"}]
expected:
@ -138,19 +139,19 @@
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"t2t-copy","in":"command-encoder"};write={"op":"storage","in":"render-bundle-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"t2t-copy","in":"command-encoder"};write={"op":"storage","in":"render-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";read={"op":"t2t-copy","in":"command-encoder"};write={"op":"t2t-copy","in":"command-encoder"}]
expected:
@ -160,14 +161,14 @@
[:boundary="dispatch";read={"op":"sample","in":"compute-pass-encoder"};write={"op":"storage","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="pass";read={"op":"sample","in":"compute-pass-encoder"};write={"op":"storage","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -328,47 +329,48 @@
[cts.https.html?q=webgpu:api,operation,memory_sync,texture,same_subresource:wr:*]
implementation-status: backlog
expected:
if os == "win" and not debug: [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
if os == "mac" and debug: TIMEOUT
if os == "mac" and not debug: [OK, TIMEOUT]
[:boundary="command-buffer";write={"op":"attachment-resolve","in":"command-encoder"};read={"op":"sample","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"attachment-resolve","in":"command-encoder"};read={"op":"t2b-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"attachment-resolve","in":"command-encoder"};read={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"attachment-store","in":"command-encoder"};read={"op":"sample","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"attachment-store","in":"command-encoder"};read={"op":"t2b-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"attachment-store","in":"command-encoder"};read={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
@ -381,13 +383,13 @@
[:boundary="command-buffer";write={"op":"b2t-copy","in":"command-encoder"};read={"op":"sample","in":"render-bundle-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
[:boundary="command-buffer";write={"op":"b2t-copy","in":"command-encoder"};read={"op":"sample","in":"render-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
@ -405,87 +407,92 @@
[:boundary="command-buffer";write={"op":"storage","in":"compute-pass-encoder"};read={"op":"sample","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"storage","in":"compute-pass-encoder"};read={"op":"t2b-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"storage","in":"compute-pass-encoder"};read={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"storage","in":"render-bundle-encoder"};read={"op":"t2b-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"storage","in":"render-bundle-encoder"};read={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"storage","in":"render-pass-encoder"};read={"op":"t2b-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"storage","in":"render-pass-encoder"};read={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="command-buffer";write={"op":"t2t-copy","in":"command-encoder"};read={"op":"sample","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
[:boundary="command-buffer";write={"op":"t2t-copy","in":"command-encoder"};read={"op":"sample","in":"render-bundle-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
[:boundary="command-buffer";write={"op":"t2t-copy","in":"command-encoder"};read={"op":"sample","in":"render-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
[:boundary="command-buffer";write={"op":"t2t-copy","in":"command-encoder"};read={"op":"t2b-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
[:boundary="command-buffer";write={"op":"t2t-copy","in":"command-encoder"};read={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
[:boundary="dispatch";write={"op":"storage","in":"compute-pass-encoder"};read={"op":"sample","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="pass";write={"op":"storage","in":"compute-pass-encoder"};read={"op":"sample","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -663,15 +670,13 @@
[:boundary="command-buffer";first={"op":"attachment-resolve","in":"command-encoder"};second={"op":"attachment-store","in":"command-encoder"}]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"attachment-resolve","in":"command-encoder"};second={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -685,85 +690,82 @@
[:boundary="command-buffer";first={"op":"attachment-resolve","in":"command-encoder"};second={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"attachment-store","in":"command-encoder"};second={"op":"attachment-resolve","in":"command-encoder"}]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"attachment-store","in":"command-encoder"};second={"op":"attachment-store","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"attachment-store","in":"command-encoder"};second={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"attachment-store","in":"command-encoder"};second={"op":"storage","in":"compute-pass-encoder"}]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"attachment-store","in":"command-encoder"};second={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"b2t-copy","in":"command-encoder"};second={"op":"attachment-resolve","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"b2t-copy","in":"command-encoder"};second={"op":"attachment-store","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"b2t-copy","in":"command-encoder"};second={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"b2t-copy","in":"command-encoder"};second={"op":"storage","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"b2t-copy","in":"command-encoder"};second={"op":"storage","in":"render-bundle-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"b2t-copy","in":"command-encoder"};second={"op":"storage","in":"render-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"b2t-copy","in":"command-encoder"};second={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -841,45 +843,45 @@
[:boundary="command-buffer";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"attachment-resolve","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"attachment-store","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"storage","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"storage","in":"render-bundle-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"storage","in":"render-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="command-buffer";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -1019,7 +1021,7 @@
[:boundary="queue-op";first={"op":"storage","in":"compute-pass-encoder"};second={"op":"attachment-resolve","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
@ -1036,9 +1038,9 @@
[:boundary="queue-op";first={"op":"storage","in":"compute-pass-encoder"};second={"op":"storage","in":"compute-pass-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";first={"op":"storage","in":"compute-pass-encoder"};second={"op":"t2t-copy","in":"command-encoder"}]
expected:
@ -1053,45 +1055,49 @@
[:boundary="queue-op";first={"op":"storage","in":"render-bundle-encoder"};second={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";first={"op":"storage","in":"render-bundle-encoder"};second={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";first={"op":"storage","in":"render-bundle-encoder"};second={"op":"write-texture","in":"queue"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";first={"op":"storage","in":"render-pass-encoder"};second={"op":"b2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";first={"op":"storage","in":"render-pass-encoder"};second={"op":"t2t-copy","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:boundary="queue-op";first={"op":"storage","in":"render-pass-encoder"};second={"op":"write-texture","in":"queue"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:boundary="queue-op";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"attachment-resolve","in":"command-encoder"}]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "linux": [PASS, FAIL]
[:boundary="queue-op";first={"op":"t2t-copy","in":"command-encoder"};second={"op":"attachment-store","in":"command-encoder"}]
expected:

Просмотреть файл

@ -39,7 +39,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:colorFormat="r32float";storeOperation="store"]
expected:
@ -47,7 +47,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:colorFormat="r32sint";storeOperation="discard"]
expected:
@ -55,7 +55,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:colorFormat="r32sint";storeOperation="store"]
expected:
@ -63,7 +63,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:colorFormat="r32uint";storeOperation="discard"]
expected:
@ -71,7 +71,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:colorFormat="r32uint";storeOperation="store"]
expected:
@ -79,7 +79,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:colorFormat="r8sint";storeOperation="discard"]
expected: FAIL
@ -151,7 +151,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:colorFormat="rg32uint";storeOperation="store"]
expected:
@ -207,30 +207,26 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:colorFormat="rgba16float";storeOperation="store"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:colorFormat="rgba16sint";storeOperation="discard"]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:colorFormat="rgba16sint";storeOperation="store"]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:colorFormat="rgba16uint";storeOperation="discard"]
expected: FAIL
@ -245,8 +241,7 @@
[:colorFormat="rgba32float";storeOperation="discard"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:colorFormat="rgba32float";storeOperation="store"]
@ -312,19 +307,19 @@
implementation-status: backlog
[:colorStoreOperation="discard";depthStencilStoreOperation="discard"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:colorStoreOperation="discard";depthStencilStoreOperation="store"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:colorStoreOperation="store";depthStencilStoreOperation="discard"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:colorStoreOperation="store";depthStencilStoreOperation="store"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, FAIL]
@ -353,18 +348,18 @@
implementation-status: backlog
[:storeOperation1="discard";storeOperation2="discard"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:storeOperation1="discard";storeOperation2="store"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:storeOperation1="store";storeOperation2="discard"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, FAIL]
[:storeOperation1="store";storeOperation2="store"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, FAIL]

Просмотреть файл

@ -14,6 +14,8 @@
[:topology="line-strip";indirect=false;primitiveRestart=false]
[:topology="line-strip";indirect=false;primitiveRestart=true]
expected:
if os == "linux": [PASS, FAIL]
[:topology="line-strip";indirect=true;primitiveRestart=false]
expected:

Просмотреть файл

@ -97,7 +97,8 @@
[:interpolated=false;sampleCount=4;rasterizationMask=7]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL

Просмотреть файл

@ -33,8 +33,7 @@
[:indexed=true;indirect=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
[:indexed=true;indirect=true]
expected:

Просмотреть файл

@ -6835,6 +6835,7 @@
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="dst";operation="add"]
expected:
@ -6852,6 +6853,7 @@
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="dst-alpha";operation="add"]
expected:
@ -6868,7 +6870,7 @@
[:component="color";srcFactor="one-minus-src";dstFactor="one"]
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="one";operation="add"]
expected:
@ -6904,6 +6906,7 @@
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="one-minus-dst";operation="add"]
expected:
@ -6921,6 +6924,7 @@
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="one-minus-dst-alpha";operation="add"]
expected:
@ -6938,6 +6942,7 @@
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="one-minus-src";operation="add"]
expected:
@ -6955,6 +6960,7 @@
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="one-minus-src-alpha";operation="add"]
expected:
@ -6971,7 +6977,7 @@
[:component="color";srcFactor="one-minus-src";dstFactor="src"]
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="src";operation="add"]
expected:
@ -6989,6 +6995,7 @@
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="src-alpha";operation="add"]
expected:
@ -7006,6 +7013,7 @@
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="src-alpha-saturated";operation="add"]
expected:
@ -7022,7 +7030,7 @@
[:component="color";srcFactor="one-minus-src";dstFactor="zero"]
expected:
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src";dstFactor="zero";operation="add"]
expected:
@ -7141,7 +7149,11 @@
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:component="color";srcFactor="one-minus-src-alpha";dstFactor="one-minus-dst";operation="add"]
expected:
@ -7524,8 +7536,7 @@
[:component="color";srcFactor="src-alpha";dstFactor="constant"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]

Просмотреть файл

@ -121,19 +121,19 @@
[:format="depth24plus";depthCompare="equal";depthClearValue=0]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus";depthCompare="equal";depthClearValue=0.5001]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus";depthCompare="equal";depthClearValue=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus";depthCompare="greater";depthClearValue=0]
@ -194,7 +194,7 @@
[:format="depth24plus";depthCompare="less-equal";depthClearValue=0]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus";depthCompare="less-equal";depthClearValue=0.5001]
@ -219,13 +219,13 @@
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus";depthCompare="never";depthClearValue=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus";depthCompare="not-equal";depthClearValue=0]
expected:
@ -242,7 +242,7 @@
[:format="depth24plus";depthCompare="not-equal";depthClearValue=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";depthCompare="always";depthClearValue=0]
@ -417,19 +417,19 @@
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth32float";depthCompare="always";depthClearValue=0.5001]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth32float";depthCompare="always";depthClearValue=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth32float";depthCompare="equal";depthClearValue=0]
expected:
@ -449,31 +449,31 @@
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth32float";depthCompare="greater";depthClearValue=0.5001]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth32float";depthCompare="greater";depthClearValue=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth32float";depthCompare="greater-equal";depthClearValue=0]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth32float";depthCompare="greater-equal";depthClearValue=0.5001]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth32float";depthCompare="greater-equal";depthClearValue=1]
expected:

Просмотреть файл

@ -137,49 +137,55 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=false;multisampled=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=false;multisampled=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=true;multisampled=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=true;multisampled=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";unclippedDepth=true;writeDepth=false;multisampled=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";unclippedDepth=true;writeDepth=false;multisampled=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";unclippedDepth=true;writeDepth=true;multisampled=false]
expected:

Просмотреть файл

@ -36,6 +36,7 @@
[:first=0;count=0;first_instance=0;instance_count=0;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=9]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, FAIL]
[:first=0;count=0;first_instance=0;instance_count=0;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=0]
@ -88,7 +89,7 @@
[:first=0;count=0;first_instance=0;instance_count=1;indexed=false;indirect=false;vertex_buffer_offset=32;index_buffer_offset="_undef_";base_vertex="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, FAIL]
if os == "mac": [PASS, FAIL]
[:first=0;count=0;first_instance=0;instance_count=1;indexed=false;indirect=true;vertex_buffer_offset=0;index_buffer_offset="_undef_";base_vertex="_undef_"]
expected: FAIL
@ -114,7 +115,7 @@
[:first=0;count=0;first_instance=0;instance_count=1;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=9]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, FAIL]
if os == "linux": [PASS, FAIL]
if os == "mac" and not debug: [PASS, FAIL]
[:first=0;count=0;first_instance=0;instance_count=1;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=0]
@ -138,7 +139,7 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, FAIL]
if os == "mac": [PASS, FAIL]
[:first=0;count=0;first_instance=0;instance_count=1;indexed=true;indirect=true;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=0]
expected:
@ -206,6 +207,7 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=false;indirect=true;vertex_buffer_offset=0;index_buffer_offset="_undef_";base_vertex="_undef_"]
expected:
@ -225,6 +227,7 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=9]
expected:
@ -236,6 +239,7 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, FAIL]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=9]
expected:
@ -251,96 +255,96 @@
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=16;base_vertex=0]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=16;base_vertex=9]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=0]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=9]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=0]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=9]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=0]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=32;index_buffer_offset=16;base_vertex=0]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=32;index_buffer_offset=16;base_vertex=9]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=0;indexed=false;indirect=false;vertex_buffer_offset=0;index_buffer_offset="_undef_";base_vertex="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=0;indexed=false;indirect=false;vertex_buffer_offset=32;index_buffer_offset="_undef_";base_vertex="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=0;indexed=false;indirect=true;vertex_buffer_offset=0;index_buffer_offset="_undef_";base_vertex="_undef_"]
expected:
if os == "win": FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=0;indexed=false;indirect=true;vertex_buffer_offset=32;index_buffer_offset="_undef_";base_vertex="_undef_"]
expected:
@ -351,7 +355,8 @@
[:first=0;count=0;first_instance=2;instance_count=0;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=0]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=0;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=9]
@ -375,7 +380,8 @@
[:first=0;count=0;first_instance=2;instance_count=0;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=0]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=0;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9]
@ -485,28 +491,28 @@
[:first=0;count=0;first_instance=2;instance_count=1;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=0]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=1;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=9]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=1;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=0]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:first=0;count=0;first_instance=2;instance_count=1;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -4963,14 +4969,14 @@
[cts.https.html?q=webgpu:api,operation,rendering,draw:vertex_attributes,basic:*]
implementation-status: backlog
expected:
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
if os == "mac": TIMEOUT
[:vertex_attribute_count=16;vertex_buffer_count=1;vertex_format="float32";step_mode="_undef_"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:vertex_attribute_count=16;vertex_buffer_count=1;vertex_format="float32";step_mode="instance"]
expected:
@ -4988,19 +4994,21 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:vertex_attribute_count=16;vertex_buffer_count=1;vertex_format="uint32";step_mode="instance"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:vertex_attribute_count=16;vertex_buffer_count=1;vertex_format="uint32";step_mode="vertex"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:vertex_attribute_count=16;vertex_buffer_count=4;vertex_format="float32";step_mode="_undef_"]
expected:
@ -5247,13 +5255,13 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:vertex_attribute_count=8;vertex_buffer_count=8;vertex_format="float32";step_mode="mixed"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:vertex_attribute_count=8;vertex_buffer_count=8;vertex_format="float32";step_mode="vertex"]
expected:

Просмотреть файл

@ -60,6 +60,7 @@
[:format="depth24plus-stencil8";stencilCompare="less";stencilRefValue=2]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";stencilCompare="less-equal";stencilRefValue=0]
expected:
@ -74,37 +75,41 @@
[:format="depth24plus-stencil8";stencilCompare="less-equal";stencilRefValue=2]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";stencilCompare="never";stencilRefValue=0]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";stencilCompare="never";stencilRefValue=1]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";stencilCompare="never";stencilRefValue=2]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";stencilCompare="not-equal";stencilRefValue=0]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";stencilCompare="not-equal";stencilRefValue=1]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="depth24plus-stencil8";stencilCompare="not-equal";stencilRefValue=2]
expected:

Просмотреть файл

@ -215,7 +215,7 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="r8snorm"]
expected:
@ -226,7 +226,7 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="r8unorm"]
expected:
@ -282,24 +282,26 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="rg8snorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="rg8uint"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="rg8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="rgb10a2uint"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -366,24 +368,28 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="rgba8uint"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="CopyToTexture";format="rgba8unorm-srgb"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="1d";readMethod="Sample";format="bgra8unorm"]
expected:

Просмотреть файл

@ -14,3 +14,5 @@
if os == "win": [PASS, FAIL]
[:maxAnisotropy=4]
expected:
if os == "win" and debug: [PASS, FAIL]

Просмотреть файл

@ -8,8 +8,7 @@
[:format="bgra8unorm";shaderStage="compute";dimension="1d";depthOrArrayLayers=1]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="bgra8unorm";shaderStage="compute";dimension="2d";depthOrArrayLayers=1]
@ -982,7 +981,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba8sint";shaderStage="compute";dimension="2d";depthOrArrayLayers=1]
expected:
@ -990,7 +989,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba8sint";shaderStage="compute";dimension="2d";depthOrArrayLayers=2]
expected:
@ -998,7 +997,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba8sint";shaderStage="compute";dimension="3d";depthOrArrayLayers=1]
expected:
@ -1031,22 +1030,19 @@
[:format="rgba8sint";shaderStage="fragment";dimension="2d";depthOrArrayLayers=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="rgba8sint";shaderStage="fragment";dimension="3d";depthOrArrayLayers=1]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="rgba8sint";shaderStage="fragment";dimension="3d";depthOrArrayLayers=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="rgba8sint";shaderStage="vertex";dimension="1d";depthOrArrayLayers=1]
@ -1229,8 +1225,7 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="rgba8uint";shaderStage="fragment";dimension="2d";depthOrArrayLayers=1]
expected:
@ -1238,7 +1233,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba8uint";shaderStage="fragment";dimension="2d";depthOrArrayLayers=2]
expected:
@ -1246,7 +1241,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba8uint";shaderStage="fragment";dimension="3d";depthOrArrayLayers=1]
expected:
@ -1254,7 +1249,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba8uint";shaderStage="fragment";dimension="3d";depthOrArrayLayers=2]
expected:
@ -1262,7 +1257,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba8uint";shaderStage="vertex";dimension="1d";depthOrArrayLayers=1]
expected:
@ -1297,8 +1292,7 @@
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="rgba8unorm";shaderStage="compute";dimension="1d";depthOrArrayLayers=1]
expected: FAIL

Просмотреть файл

@ -96,7 +96,7 @@
if os == "linux" and debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="render-pass-store";format="bgra8unorm-srgb";sampleCount=1]
expected:
@ -104,7 +104,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="render-pass-store";format="r16float";sampleCount=1]
expected:
@ -112,7 +112,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="render-pass-store";format="r16sint";sampleCount=1]
expected:
@ -120,7 +120,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="render-pass-store";format="r16uint";sampleCount=1]
expected:
@ -128,7 +128,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="render-pass-store";format="r32float";sampleCount=1]
expected:
@ -192,7 +192,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="render-pass-store";format="rg32float";sampleCount=1]
expected:
@ -291,15 +291,14 @@
if os == "linux" and debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="render-pass-store";format="rgba8uint";sampleCount=1]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:method="render-pass-store";format="rgba8unorm";sampleCount=1]
expected:
@ -314,8 +313,7 @@
if os == "win": FAIL
if os == "linux" and debug: [PASS, FAIL]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:method="storage-write-compute";format="r32float";sampleCount=1]
expected:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -376,12 +376,12 @@
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=32;usage2=16]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=32;usage2=2]
expected:
@ -391,39 +391,39 @@
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=32;usage2=32]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=32;usage2=32768]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=32;usage2=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=32;usage2=512]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=32;usage2=64]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=32;usage2=8]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usage1=4;usage2=0]
@ -526,12 +526,14 @@
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usage1=64;usage2=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usage1=64;usage2=128]
expected:
@ -544,12 +546,14 @@
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usage1=64;usage2=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usage1=64;usage2=256]
expected:
@ -574,6 +578,7 @@
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usage1=64;usage2=512]
expected:
@ -592,6 +597,7 @@
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:usage1=8;usage2=0]

Просмотреть файл

@ -294,121 +294,145 @@
[:format="astc-4x4-unorm";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-4x4-unorm";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-4x4-unorm";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-4x4-unorm";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-4x4-unorm-srgb";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-4x4-unorm-srgb";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-4x4-unorm-srgb";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-4x4-unorm-srgb";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x4-unorm";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x4-unorm";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x4-unorm";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x4-unorm";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x4-unorm-srgb";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x4-unorm-srgb";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x4-unorm-srgb";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x4-unorm-srgb";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x5-unorm";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x5-unorm";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x5-unorm";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x5-unorm";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x5-unorm-srgb";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x5-unorm-srgb";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x5-unorm-srgb";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-5x5-unorm-srgb";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-6x5-unorm";canvasType="offscreen";enable_required_feature=false]
@ -420,16 +444,19 @@
[:format="astc-6x5-unorm";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-6x5-unorm";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-6x5-unorm";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="astc-6x5-unorm-srgb";canvasType="offscreen";enable_required_feature=false]
@ -831,6 +858,7 @@
[:format="eac-r11snorm";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:format="eac-r11snorm";canvasType="offscreen";enable_required_feature=true]
expected:
@ -863,39 +891,47 @@
[:format="eac-rg11snorm";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="eac-rg11snorm";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="eac-rg11snorm";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="eac-rg11snorm";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:format="eac-rg11unorm";canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:format="eac-rg11unorm";canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:format="eac-rg11unorm";canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:format="eac-rg11unorm";canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:format="etc2-rgb8a1unorm";canvasType="offscreen";enable_required_feature=false]
expected:
@ -1292,17 +1328,17 @@
[:viewFormats=["astc-4x4-unorm"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-4x4-unorm"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-4x4-unorm"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-4x4-unorm"\];canvasType="onscreen";enable_required_feature=true]
expected:
@ -1312,207 +1348,232 @@
[:viewFormats=["astc-4x4-unorm-srgb"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-4x4-unorm-srgb"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-4x4-unorm-srgb"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-4x4-unorm-srgb"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x4-unorm"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x4-unorm"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x4-unorm"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x4-unorm"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x4-unorm-srgb"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x4-unorm-srgb"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x4-unorm-srgb"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x4-unorm-srgb"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x5-unorm"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x5-unorm"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x5-unorm"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x5-unorm"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x5-unorm-srgb"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x5-unorm-srgb"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x5-unorm-srgb"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-5x5-unorm-srgb"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x5-unorm"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x5-unorm"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x5-unorm"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x5-unorm"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x5-unorm-srgb"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x5-unorm-srgb"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x5-unorm-srgb"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x5-unorm-srgb"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x6-unorm"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x6-unorm"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x6-unorm"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x6-unorm"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x6-unorm-srgb"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x6-unorm-srgb"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x6-unorm-srgb"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-6x6-unorm-srgb"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-8x5-unorm"\];canvasType="offscreen";enable_required_feature=false]
expected:
@ -1537,6 +1598,7 @@
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:viewFormats=["astc-8x5-unorm-srgb"\];canvasType="offscreen";enable_required_feature=false]
expected:
@ -1565,19 +1627,19 @@
[:viewFormats=["astc-8x6-unorm"\];canvasType="offscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-8x6-unorm"\];canvasType="offscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-8x6-unorm"\];canvasType="onscreen";enable_required_feature=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-8x6-unorm"\];canvasType="onscreen";enable_required_feature=true]
@ -1607,7 +1669,7 @@
[:viewFormats=["astc-8x6-unorm-srgb"\];canvasType="onscreen";enable_required_feature=true]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:viewFormats=["astc-8x8-unorm"\];canvasType="offscreen";enable_required_feature=false]

Просмотреть файл

@ -79,31 +79,31 @@
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
@ -115,7 +115,7 @@
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
@ -127,7 +127,7 @@
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
@ -139,7 +139,8 @@
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
@ -166,35 +167,19 @@
if os == "mac": FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg16float"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rgba16float"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
@ -220,8 +205,7 @@
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg16float"]
expected:
@ -229,8 +213,7 @@
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba16float"]
expected:
@ -238,8 +221,7 @@
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
@ -274,8 +256,7 @@
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg16float"]
@ -307,91 +288,100 @@
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg16float"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba16float"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
@ -404,6 +394,7 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
@ -416,12 +407,14 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
@ -610,310 +603,355 @@
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg16float"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rgba16float"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg16float"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba16float"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg16float"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg16float"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rgba16float"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="r8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected:
@ -926,6 +964,7 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rg8unorm"]
expected:
@ -938,6 +977,7 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
@ -1001,7 +1041,11 @@
expected: FAIL
[:limitTest="underDefault";testValueName="overLimit";sampleCount=4;interleaveFormat="r8unorm"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:limitTest="underDefault";testValueName="overLimit";sampleCount=4;interleaveFormat="rg16float"]
expected: FAIL
@ -1408,35 +1452,35 @@
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=4;interleaveFormat="r8unorm"]
expected:
@ -1444,15 +1488,14 @@
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=4;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=4;interleaveFormat="rg8unorm"]
expected:
@ -1460,15 +1503,14 @@
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=4;interleaveFormat="rgba16float"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;sampleCount=4;interleaveFormat="rgba8unorm"]
expected:
@ -1476,37 +1518,42 @@
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;sampleCount=1;interleaveFormat="r8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;sampleCount=1;interleaveFormat="rg16float"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;sampleCount=1;interleaveFormat="rg8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;sampleCount=1;interleaveFormat="rgba16float"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;sampleCount=1;interleaveFormat="rgba8unorm"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;sampleCount=4;interleaveFormat="r8unorm"]
expected:
@ -2091,23 +2138,22 @@
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;sampleCount=4;interleaveFormat="rg16float"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;sampleCount=4;interleaveFormat="rg8unorm"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;sampleCount=4;interleaveFormat="rgba16float"]
expected:
@ -2121,5 +2167,4 @@
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]

Просмотреть файл

@ -41,69 +41,69 @@
implementation-status: backlog
[:limitTest="atDefault";testValueName="atLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="atDefault";testValueName="overLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="atMaximum";testValueName="atLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="atMaximum";testValueName="overLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="overMaximum";testValueName="atLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="overMaximum";testValueName="overLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="underDefault";testValueName="atLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="underDefault";testValueName="overLimit"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachments:createRenderPipeline,at_over:*]
implementation-status: backlog
[:limitTest="atDefault";testValueName="atLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="atDefault";testValueName="atLimit";async=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="atDefault";testValueName="overLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="atDefault";testValueName="overLimit";async=true]
expected: FAIL
[:limitTest="atMaximum";testValueName="atLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="atMaximum";testValueName="atLimit";async=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="atMaximum";testValueName="overLimit";async=false]
expected:
@ -114,46 +114,46 @@
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true]
expected: FAIL
[:limitTest="overMaximum";testValueName="atLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="overMaximum";testValueName="atLimit";async=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="overMaximum";testValueName="overLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="overMaximum";testValueName="overLimit";async=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="underDefault";testValueName="atLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="underDefault";testValueName="atLimit";async=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="underDefault";testValueName="overLimit";async=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="underDefault";testValueName="overLimit";async=true]
expected: FAIL
@ -163,11 +163,11 @@
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachments:validate,maxColorAttachmentBytesPerSample:*]
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]

Просмотреть файл

@ -268,28 +268,28 @@
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="f16"]
expected:
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="f32"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="i32"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat2x2%3Cf16%3E"]
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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat2x2%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -299,7 +299,7 @@
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
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat2x3%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -309,7 +309,7 @@
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
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat2x4%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -318,8 +318,7 @@
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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat3x2%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -329,7 +328,7 @@
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
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat3x3%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -339,7 +338,7 @@
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat3x4%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -349,7 +348,7 @@
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
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat4x2%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -359,7 +358,7 @@
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
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat4x3%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -369,7 +368,7 @@
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="mat4x4%3Cf32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -379,74 +378,74 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec2%3Cf16%3E"]
expected:
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec2%3Cf32%3E"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec2%3Ci32%3E"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec2%3Cu32%3E"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec3%3Cf16%3E"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec3%3Cf32%3E"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec3%3Ci32%3E"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec3%3Cu32%3E"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec4%3Cf16%3E"]
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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec4%3Cf32%3E"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;wgslType="vec4%3Ci32%3E"]
expected: [FAIL, TIMEOUT, NOTRUN]

Просмотреть файл

@ -4,280 +4,350 @@
if os == "win" and not debug: [OK, TIMEOUT]
[:limitTest="atDefault";testValueName="atLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=5]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=6]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -388,109 +388,85 @@
if os == "mac" and not debug: FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=false;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=false;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=true]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=true]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=false]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=false;sampleMaskIn=true;sampleMaskOut=true]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=false]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=false;sampleMaskOut=true]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;pointList=true;frontFacing=true;sampleIndex=true;sampleMaskIn=true;sampleMaskOut=false]
expected: [FAIL, TIMEOUT, NOTRUN]

Просмотреть файл

@ -1133,7 +1133,7 @@
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=6;order="forward"]
expected:
@ -1145,7 +1145,7 @@
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="backward"]
expected:
@ -1592,8 +1592,7 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="sameGroup"]
expected:
@ -1654,14 +1653,16 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
@ -4774,15 +4775,18 @@
[:limitTest="atDefault";testValueName="atLimit";visibility=7;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";visibility=7;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";visibility=7;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";visibility=1;order="backward"]
expected:
@ -5101,99 +5105,85 @@
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -5206,13 +5196,13 @@
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="shiftByHalf"]
@ -5556,90 +5546,105 @@
[:limitTest="underDefault";testValueName="atLimit";visibility=1;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=1;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=1;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=2;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=3;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=3;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=3;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;order="backward"]
@ -5755,8 +5760,7 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=6;order="forward"]
expected:
@ -5771,8 +5775,7 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="backward"]
expected:
@ -5786,8 +5789,7 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="shiftByHalf"]
expected:

Просмотреть файл

@ -433,21 +433,21 @@
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="backward"]
expected:
@ -455,6 +455,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="forward"]
expected:
@ -462,6 +463,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="shiftByHalf"]
expected:
@ -469,6 +471,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="backward"]
expected:
@ -476,6 +479,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="forward"]
expected:
@ -483,6 +487,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="shiftByHalf"]
expected:
@ -490,27 +495,31 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="backward"]
expected:
@ -518,13 +527,15 @@
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="shiftByHalf"]
expected:
@ -532,6 +543,7 @@
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="backward"]
expected:
@ -546,6 +558,7 @@
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="shiftByHalf"]
expected:
@ -1036,13 +1049,11 @@
[:limitTest="underDefault";testValueName="overLimit";visibility=1;order="backward"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;order="forward"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;order="shiftByHalf"]
expected:
@ -1154,21 +1165,21 @@
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:*]
@ -1455,42 +1466,42 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups"]
expected:
@ -1576,25 +1587,13 @@
if os == "mac": FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="sameGroup"]
expected:
@ -1604,23 +1603,14 @@
if os == "mac" and not debug: FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="backward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
@ -1685,84 +1675,84 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="backward";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="differentGroups"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -5085,28 +5075,29 @@
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="forward"]
expected:
@ -5114,95 +5105,98 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -5731,11 +5725,7 @@
if os == "mac" and not debug: FAIL
[:limitTest="underDefault";testValueName="overLimit";visibility=6;order="backward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=6;order="forward"]
expected:
@ -5745,29 +5735,13 @@
if os == "mac" and not debug: FAIL
[:limitTest="underDefault";testValueName="overLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="backward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="forward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="shiftByHalf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]

Просмотреть файл

@ -1902,20 +1902,21 @@
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="read-only-storage";order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="storage";order="backward"]
@ -1940,21 +1941,21 @@
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;type="read-only-storage";order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;type="storage";order="backward"]
@ -1973,56 +1974,56 @@
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="read-only-storage";order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="storage";order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="storage";order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="storage";order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;type="read-only-storage";order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;type="read-only-storage";order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;type="read-only-storage";order="shiftByHalf"]
@ -2590,48 +2591,42 @@
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups"]
@ -2670,8 +2665,7 @@
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="sameGroup"]
@ -2733,88 +2727,88 @@
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="backward";bindGroupTest="differentGroups"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="backward";bindGroupTest="sameGroup"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="backward";bindGroupTest="differentGroups"]
expected:
@ -2869,24 +2863,21 @@
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="differentGroups"]
@ -2907,48 +2898,42 @@
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="differentGroups"]
@ -7741,7 +7726,7 @@
[:limitTest="underDefault";testValueName="atLimit";visibility=3;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=3;type="storage";order="backward"]
expected:
@ -7761,50 +7746,50 @@
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="read-only-storage";order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="read-only-storage";order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="storage";order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="storage";order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=4;type="storage";order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;type="read-only-storage";order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;type="read-only-storage";order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=5;type="storage";order="backward"]
@ -7825,55 +7810,55 @@
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="read-only-storage";order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="read-only-storage";order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="storage";order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="storage";order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;type="storage";order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;type="read-only-storage";order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;type="read-only-storage";order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;type="storage";order="backward"]
@ -7892,25 +7877,13 @@
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;type="read-only-storage";order="backward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;type="read-only-storage";order="forward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;type="read-only-storage";order="shiftByHalf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;type="storage";order="backward"]
expected:
@ -7928,42 +7901,22 @@
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=2;type="read-only-storage";order="backward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=2;type="read-only-storage";order="forward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=2;type="read-only-storage";order="shiftByHalf"]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=2;type="storage";order="backward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=2;type="storage";order="forward"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=2;type="storage";order="shiftByHalf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=3;type="read-only-storage";order="backward"]
expected: [FAIL, TIMEOUT, NOTRUN]

Просмотреть файл

@ -4,7 +4,7 @@
if os == "win": [OK, TIMEOUT]
if os == "linux" and debug: [OK, TIMEOUT]
if os == "linux" and not debug: [OK, CRASH]
if os == "mac" and debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[:limitTest="atDefault";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL]
@ -159,22 +159,22 @@
[:limitTest="atMaximum";testValueName="overLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=6;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=6;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="overLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="backward"]
@ -261,122 +261,122 @@
[:limitTest="overMaximum";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=2;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=4;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=4;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=6;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=6;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=2;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=2;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=4;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=4;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=6;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=6;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=2;order="backward"]
expected:
@ -1026,12 +1026,14 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="fragment";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
@ -1709,47 +1711,54 @@
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="differentGroups"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="differentGroups"]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="sameGroup"]
expected:
@ -1772,12 +1781,14 @@
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="backward";bindGroupTest="differentGroups"]
expected:
@ -1785,7 +1796,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="backward";bindGroupTest="sameGroup"]
expected:
@ -1793,7 +1804,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="forward";bindGroupTest="differentGroups"]
expected:
@ -1801,7 +1812,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="forward";bindGroupTest="sameGroup"]
expected:
@ -1809,7 +1820,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
@ -1817,7 +1828,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
@ -1825,48 +1836,48 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipelineLayout,at_over:*]
@ -1875,6 +1886,7 @@
if os == "win": [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
if os == "mac" and debug: [OK, TIMEOUT]
if os == "mac" and not debug: TIMEOUT
[:limitTest="atDefault";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL]
@ -1969,7 +1981,8 @@
[:limitTest="atMaximum";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
[:limitTest="atMaximum";testValueName="atLimit";visibility=2;order="forward"]
expected:
@ -1977,37 +1990,40 @@
[:limitTest="atMaximum";testValueName="atLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
[:limitTest="atMaximum";testValueName="atLimit";visibility=4;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
[:limitTest="atMaximum";testValueName="atLimit";visibility=4;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
[:limitTest="atMaximum";testValueName="atLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=6;order="backward"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=6;order="forward"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atMaximum";testValueName="atLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
@ -2183,6 +2199,7 @@
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=4;order="forward"]
expected:
@ -2193,78 +2210,84 @@
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=6;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=6;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="atLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=2;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=2;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=4;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=4;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=6;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=6;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="overMaximum";testValueName="overLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=2;order="backward"]
expected:

Просмотреть файл

@ -425,73 +425,83 @@
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="backward"]
expected:
@ -504,6 +514,7 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="shiftByHalf"]
expected:
@ -991,49 +1002,55 @@
[:limitTest="underDefault";testValueName="atLimit";visibility=6;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=6;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;order="backward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;order="forward"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="atLimit";visibility=7;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;order="backward"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;order="forward"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=1;order="shiftByHalf"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
@ -1045,7 +1062,7 @@
[:limitTest="underDefault";testValueName="overLimit";visibility=2;order="forward"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
@ -1105,6 +1122,7 @@
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=6;order="backward"]
expected:
@ -1122,25 +1140,25 @@
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:*]
@ -1153,38 +1171,32 @@
if os == "mac" and not debug: TIMEOUT
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups"]
@ -1253,8 +1265,7 @@
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="sameGroup"]
@ -1358,26 +1369,22 @@
[:limitTest="atDefault";testValueName="atLimit";async=true;bindingCombination="vertex";order="backward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=true;bindingCombination="vertex";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=true;bindingCombination="vertex";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=true;bindingCombination="vertex";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="atLimit";async=true;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="differentGroups"]
@ -1470,7 +1477,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="sameGroup"]
expected:
@ -1478,23 +1485,21 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
@ -1502,7 +1507,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
@ -1510,7 +1515,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups"]
expected:
@ -1601,24 +1606,21 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="differentGroups"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="sameGroup"]
expected:
@ -1633,16 +1635,14 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="backward";bindGroupTest="differentGroups"]
expected:
@ -1723,7 +1723,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="forward";bindGroupTest="sameGroup"]
expected:
@ -1731,7 +1731,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="differentGroups"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -1745,7 +1745,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="backward";bindGroupTest="sameGroup"]
expected:
@ -1753,7 +1753,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="forward";bindGroupTest="differentGroups"]
expected:
@ -1761,7 +1761,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="forward";bindGroupTest="sameGroup"]
expected:
@ -1769,7 +1769,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="differentGroups"]
expected:
@ -1777,7 +1777,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="sameGroup"]
expected:
@ -1785,7 +1785,7 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="differentGroups"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -4940,84 +4940,98 @@
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=1;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;order="shiftByHalf"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="backward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="forward"]
expected:
if os == "win": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=5;order="shiftByHalf"]
expected:
@ -5572,7 +5586,8 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="underDefault";testValueName="overLimit";visibility=5;order="forward"]
expected:
@ -5586,7 +5601,8 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:limitTest="underDefault";testValueName="overLimit";visibility=6;order="backward"]
expected:
@ -5617,8 +5633,7 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:limitTest="underDefault";testValueName="overLimit";visibility=7;order="forward"]
expected:
@ -5634,4 +5649,4 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1015,7 +1015,7 @@
[:format="r32float";access="write-only"]
expected:
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="r32sint"]
expected:
@ -1133,16 +1133,18 @@
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rg32float";access="read-write"]
expected:
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rg32float";access="write-only"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rg32sint"]
expected:
@ -1152,16 +1154,17 @@
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="rg32sint";access="read-write"]
expected:
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rg32sint";access="write-only"]
expected:
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rg32uint"]
expected:
@ -1171,16 +1174,15 @@
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="rg32uint";access="read-write"]
expected:
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="rg32uint";access="write-only"]
expected:
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:format="rg8sint"]
expected: FAIL
@ -1225,6 +1227,7 @@
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgb10a2uint";access="read-write"]
expected:
@ -1317,17 +1320,19 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba32float";access="read-write"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba32float";access="write-only"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba32sint"]
expected:
@ -1339,17 +1344,19 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba32sint";access="read-write"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba32sint";access="write-only"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba32uint"]
expected:
@ -1361,17 +1368,19 @@
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba32uint";access="read-write"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba32uint";access="write-only"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="rgba8sint"]
expected:

Просмотреть файл

@ -408,7 +408,7 @@
[:dimension="1d";format="rg16float"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="1d";format="rg16sint"]
expected:
@ -29275,7 +29275,7 @@
[:dimension="1d";format="rg11b10ufloat"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="1d";format="rg16float"]
expected:
@ -29321,13 +29321,12 @@
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="1d";format="rgb10a2unorm"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="1d";format="rgb9e5ufloat"]
expected:

Просмотреть файл

@ -54,8 +54,14 @@
[cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_ranges:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:dimension="1d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":0};srcCopyLevel=0;dstCopyLevel=0]
expected:
if os == "win" and debug: [PASS, FAIL]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":-2};srcCopyLevel=0;dstCopyLevel=0]
expected:
@ -98,30 +104,35 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":0};srcCopyLevel=0;dstCopyLevel=1]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":0};srcCopyLevel=0;dstCopyLevel=3]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":0};srcCopyLevel=1;dstCopyLevel=0]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":0};srcCopyLevel=1;dstCopyLevel=1]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":0};srcCopyLevel=1;dstCopyLevel=3]
expected:
@ -152,48 +163,42 @@
if os == "win": FAIL
if os == "linux" and debug: [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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":1};srcCopyLevel=0;dstCopyLevel=1]
expected:
if os == "win": FAIL
if os == "linux" and debug: [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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":1};srcCopyLevel=0;dstCopyLevel=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":1};srcCopyLevel=1;dstCopyLevel=0]
expected:
if os == "win": FAIL
if os == "linux" and debug: [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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":1};srcCopyLevel=1;dstCopyLevel=1]
expected:
if os == "win": FAIL
if os == "linux" and debug: [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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":1};srcCopyLevel=1;dstCopyLevel=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":1};srcCopyLevel=3;dstCopyLevel=0]
expected:
@ -201,7 +206,7 @@
if os == "linux" and debug: [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
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":1};srcCopyLevel=3;dstCopyLevel=1]
expected:
@ -209,7 +214,7 @@
if os == "linux" and debug: [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
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":1};srcCopyLevel=3;dstCopyLevel=3]
expected:
@ -217,7 +222,7 @@
if os == "linux" and debug: [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
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":1,"depthOrArrayLayers":-2};srcCopyLevel=0;dstCopyLevel=0]
expected:
@ -276,16 +281,14 @@
if os == "win": FAIL
if os == "linux" and debug: [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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":1,"depthOrArrayLayers":-2};srcCopyLevel=3;dstCopyLevel=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [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
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":1,"height":0,"depthOrArrayLayers":-2};srcCopyLevel=0;dstCopyLevel=0]
expected:
@ -1393,21 +1396,21 @@
[:dimension="3d";copyBoxOffsets={"x":1,"y":0,"z":0,"width":-1,"height":0,"depthOrArrayLayers":-2};srcCopyLevel=0;dstCopyLevel=0]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="3d";copyBoxOffsets={"x":1,"y":0,"z":0,"width":-1,"height":0,"depthOrArrayLayers":-2};srcCopyLevel=0;dstCopyLevel=1]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="3d";copyBoxOffsets={"x":1,"y":0,"z":0,"width":-1,"height":0,"depthOrArrayLayers":-2};srcCopyLevel=0;dstCopyLevel=3]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -1488,22 +1491,19 @@
[:dimension="3d";copyBoxOffsets={"x":1,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":-2};srcCopyLevel=3;dstCopyLevel=0]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="3d";copyBoxOffsets={"x":1,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":-2};srcCopyLevel=3;dstCopyLevel=1]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:dimension="3d";copyBoxOffsets={"x":1,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":-2};srcCopyLevel=3;dstCopyLevel=3]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -1513,60 +1513,116 @@
expected:
if os == "linux" and not debug: [OK, CRASH]
[:format="astc-10x10-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-10x10-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-10x5-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-10x5-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-10x6-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-10x6-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-10x8-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-10x8-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-12x10-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-12x10-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-12x12-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-12x12-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-4x4-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-4x4-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-5x4-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-5x4-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-5x5-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-5x5-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-6x5-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-6x5-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-6x6-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-6x6-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-8x5-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-8x5-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-8x6-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-8x6-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-8x8-unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="astc-8x8-unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="bc1-rgba-unorm";dimension="2d"]
expected:
@ -1667,24 +1723,44 @@
if os == "mac": FAIL
[:format="eac-r11snorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="eac-r11unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="eac-rg11snorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="eac-rg11unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="etc2-rgb8a1unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="etc2-rgb8a1unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="etc2-rgb8unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="etc2-rgb8unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="etc2-rgba8unorm";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:format="etc2-rgba8unorm-srgb";dimension="2d"]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_with_invalid_or_destroyed_texture:*]

Просмотреть файл

@ -2,7 +2,7 @@
implementation-status: backlog
expected:
if os == "win" and debug: [OK, TIMEOUT, ERROR]
if os == "win" and not debug: [OK, ERROR]
if os == "win" and not debug: [OK, TIMEOUT]
if os == "linux" and debug: [OK, TIMEOUT]
if os == "linux" and not debug: [OK, CRASH]
if os == "mac": [OK, SKIP]
@ -18,16 +18,14 @@
[:drawType="drawIndexedIndirect"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:drawType="drawIndirect"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -224,8 +222,7 @@
[:type="draw";VBSize="exact";IBSize="zero";AStride="exact"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -239,8 +236,7 @@
[:type="draw";VBSize="exact";IBSize="zero";AStride="zero"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL

Просмотреть файл

@ -20,14 +20,14 @@
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:vertex_buffer,device_mismatch:*]
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:vertex_buffer_state:*]
@ -40,4 +40,4 @@
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]

Просмотреть файл

@ -1,135 +1,122 @@
[cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_binding_mismatch:*]
implementation-status: backlog
expected:
if os == "mac" and not debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[:encoderType="compute%20pass";call="dispatch";callWithZero=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:encoderType="compute%20pass";call="dispatch";callWithZero=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:encoderType="compute%20pass";call="dispatchIndirect";callWithZero=false]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="compute%20pass";call="dispatchIndirect";callWithZero=true]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20bundle";call="draw";callWithZero=false]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20bundle";call="draw";callWithZero=true]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20bundle";call="drawIndexed";callWithZero=false]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20bundle";call="drawIndexed";callWithZero=true]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20bundle";call="drawIndexedIndirect";callWithZero=false]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20bundle";call="drawIndexedIndirect";callWithZero=true]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20bundle";call="drawIndirect";callWithZero=false]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20bundle";call="drawIndirect";callWithZero=true]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="draw";callWithZero=false]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="draw";callWithZero=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="drawIndexed";callWithZero=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="drawIndexed";callWithZero=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="drawIndexedIndirect";callWithZero=false]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="drawIndexedIndirect";callWithZero=true]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="drawIndirect";callWithZero=false]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="drawIndirect";callWithZero=true]
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_resource_type_mismatch:*]
@ -341,6 +328,7 @@
[:encoderType="render%20pass";call="draw";callWithZero=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, FAIL]
[:encoderType="render%20pass";call="draw";callWithZero=true]
@ -351,6 +339,7 @@
[:encoderType="render%20pass";call="drawIndexed";callWithZero=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and not debug: [PASS, FAIL]
[:encoderType="render%20pass";call="drawIndexed";callWithZero=true]
expected:
@ -451,7 +440,7 @@
[:encoderType="render%20pass";call="draw";callWithZero=true]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";call="drawIndexed";callWithZero=false]

Просмотреть файл

@ -5,50 +5,50 @@
[:index=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=5]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,getBindGroupLayout:index_range,explicit_layout:*]
implementation-status: backlog
[:index=0]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=1]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:index=5]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,getBindGroupLayout:unique_js_object,auto_layout:*]
@ -61,4 +61,4 @@
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]

Просмотреть файл

@ -421,18 +421,10 @@
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:method="CopyB2T";format="r8sint";dimension="2d"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:method="CopyB2T";format="r8sint";dimension="3d"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:method="CopyB2T";format="r8snorm";dimension="1d"]
expected:

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -3431,141 +3431,169 @@
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-10x10-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-10x5-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-10x5-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-10x6-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-10x6-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-10x8-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-10x8-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-12x10-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-12x10-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-12x12-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-12x12-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-4x4-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-4x4-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-5x4-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-5x4-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-5x5-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-5x5-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-6x5-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-6x5-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-6x6-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-6x6-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-8x5-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-8x5-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-8x6-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-8x6-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-8x8-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="astc-8x8-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc1-rgba-unorm"]
expected:
@ -3580,62 +3608,67 @@
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc2-rgba-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc2-rgba-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc3-rgba-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc3-rgba-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc4-r-snorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc4-r-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc5-rg-snorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc5-rg-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc6h-rgb-float"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc6h-rgb-ufloat"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc7-rgba-unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bc7-rgba-unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="bgra8unorm"]
expected:
@ -3654,51 +3687,61 @@
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="eac-r11unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="eac-rg11snorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="eac-rg11unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="etc2-rgb8a1unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="etc2-rgb8a1unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="etc2-rgb8unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="etc2-rgb8unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="etc2-rgba8unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="etc2-rgba8unorm-srgb"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=1;dimension="2d";format="r16float"]
expected:
@ -4259,17 +4302,17 @@
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="r16float"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="r16sint"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="r16uint"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="r32float"]
@ -4294,21 +4337,25 @@
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="r8snorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="r8uint"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="r8unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rg11b10ufloat"]
expected:
@ -4318,20 +4365,17 @@
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rg16float"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rg16sint"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rg16uint"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rg32float"]
@ -4356,21 +4400,25 @@
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rg8snorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rg8uint"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rg8unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rgb10a2uint"]
expected:
@ -4392,14 +4440,12 @@
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rgba16float"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rgba16sint"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rgba16uint"]
@ -4447,7 +4493,7 @@
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rgba8unorm"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:method="WriteTexture";depthOrArrayLayers=3;dimension="2d";format="rgba8unorm-srgb"]
expected:
@ -8438,25 +8484,25 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg16float";depthOrArrayLayers=1;dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg16float";depthOrArrayLayers=3;dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg16float";depthOrArrayLayers=3;dimension="3d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg16sint";depthOrArrayLayers=1;dimension="1d"]
expected:
@ -8725,12 +8771,14 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16float";depthOrArrayLayers=1;dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16float";depthOrArrayLayers=3;dimension="2d"]
expected:
@ -8749,48 +8797,56 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16sint";depthOrArrayLayers=1;dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16sint";depthOrArrayLayers=3;dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16sint";depthOrArrayLayers=3;dimension="3d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16uint";depthOrArrayLayers=1;dimension="1d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16uint";depthOrArrayLayers=1;dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16uint";depthOrArrayLayers=3;dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba16uint";depthOrArrayLayers=3;dimension="3d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba32float";depthOrArrayLayers=1;dimension="1d"]
expected:
@ -11226,13 +11282,13 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="r32float";dimension="3d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="r32sint";dimension="1d"]
expected:
@ -11385,54 +11441,60 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg32float";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg32float";dimension="3d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg32sint";dimension="1d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg32sint";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg32sint";dimension="3d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg32uint";dimension="1d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg32uint";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg32uint";dimension="3d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rg8sint";dimension="1d"]
expected:
@ -11607,12 +11669,14 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba32sint";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba32sint";dimension="3d"]
expected:
@ -11625,18 +11689,21 @@
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba32uint";dimension="2d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba32uint";dimension="3d"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:method="WriteTexture";format="rgba8sint";dimension="1d"]
expected:

Просмотреть файл

@ -322,78 +322,62 @@
if os == "mac": FAIL
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="compareSamp"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="filtSamp"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="readonlyStorageBuf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="readonlyStorageTex"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="readwriteStorageTex"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="sampledTex"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="sampledTexMS"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="storageBuf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="uniformBuf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readonlyStorageTex";bindingInShader="writeonlyStorageTex"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="readwriteStorageTex";bindingInShader="compareSamp"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -500,7 +484,8 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:bindingInPipelineLayout="sampledTexMS";bindingInShader="filtSamp"]
expected:
@ -537,7 +522,8 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:bindingInPipelineLayout="sampledTexMS";bindingInShader="sampledTexMS"]
expected:
@ -654,21 +640,21 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="filtSamp"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="readonlyStorageBuf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="readonlyStorageTex"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -687,14 +673,14 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="uniformBuf"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="writeonlyStorageTex"]
expected: [FAIL, TIMEOUT, NOTRUN]

Просмотреть файл

@ -541,14 +541,16 @@
[:encoderType="render%20pass";attachmentCount=7]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:encoderType="render%20pass";attachmentCount=8]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]

Просмотреть файл

@ -312,7 +312,7 @@
[:isAsync=true;format="depth24plus";depthCompare="always"]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:isAsync=true;format="depth24plus";depthCompare="equal"]
expected:
@ -1418,7 +1418,11 @@
if os == "mac" and not debug: FAIL
[:isAsync=true;format="rg16sint"]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:isAsync=true;format="rg16uint"]
expected: FAIL
@ -1532,7 +1536,11 @@
[cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:stencil_test:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:isAsync=false;format="depth16unorm";face="back";compare="_undef_"]
expected:
if os == "win": [PASS, FAIL]
@ -2024,8 +2032,7 @@
[:isAsync=true;format="depth16unorm";face="back";compare="_undef_"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -2503,7 +2510,7 @@
[:isAsync=true;format="stencil8";face="back";compare="less"]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:isAsync=true;format="stencil8";face="back";compare="less-equal"]

Просмотреть файл

@ -359,56 +359,64 @@
[:isAsync=false;format="bgra8unorm"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="bgra8unorm-srgb"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="r16float"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="r16sint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="r16uint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="r32float"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="r32sint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="r32uint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -424,42 +432,48 @@
[:isAsync=false;format="rg16float"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rg16sint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rg16uint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rg32float"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rg32sint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rg32uint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -475,86 +489,102 @@
[:isAsync=false;format="rgb10a2uint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgb10a2unorm"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba16float"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba16sint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba16uint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba32float"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba32sint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba32uint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba8sint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba8uint"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba8unorm"]
expected: FAIL
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": FAIL
if os == "mac": FAIL
[:isAsync=false;format="rgba8unorm-srgb"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:isAsync=true;format="_undef_"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:isAsync=true;format="bgra8unorm"]
@ -639,7 +669,8 @@
[:isAsync=true;format="r8unorm"]
expected:
if os == "win": FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL

Просмотреть файл

@ -41,63 +41,63 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_1d_r32float_read-write"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_1d_r32float_write-only"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_1d_r32sint_read-only"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_1d_r32sint_read-write"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_1d_r32sint_write-only"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_1d_r32uint_read-only"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_1d_r32uint_read-write"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_1d_r32uint_write-only"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_2d-array_r32float_read-only"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -131,21 +131,21 @@
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_2d_r32float_read-write"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_2d_r32float_write-only"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="storage_texture_2d_r32sint_read-only"]
expected: [FAIL, TIMEOUT, NOTRUN]
@ -193,18 +193,10 @@
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_depth_2d-array_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_depth_2d_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_depth_2d_true"]
expected:
@ -214,18 +206,10 @@
if os == "mac" and not debug: FAIL
[:stage="fragment";apiResource="texture_depth_cube-array_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_depth_cube_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_float_1d_false"]
expected:
@ -256,11 +240,7 @@
if os == "mac" and not debug: FAIL
[:stage="fragment";apiResource="texture_float_cube-array_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_float_cube_false"]
expected:
@ -305,18 +285,10 @@
if os == "mac" and not debug: FAIL
[:stage="fragment";apiResource="texture_sint_cube-array_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_sint_cube_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_uint_1d_false"]
expected:
@ -354,18 +326,10 @@
if os == "mac" and not debug: FAIL
[:stage="fragment";apiResource="texture_uint_cube-array_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_uint_cube_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_unfilterable-float_1d_false"]
expected:
@ -403,18 +367,10 @@
if os == "mac" and not debug: FAIL
[:stage="fragment";apiResource="texture_unfilterable-float_cube-array_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="texture_unfilterable-float_cube_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
expected: [FAIL, TIMEOUT, NOTRUN]
[:stage="fragment";apiResource="uniform_buffer"]
expected:
@ -522,8 +478,7 @@
[:stage="vertex";apiResource="texture_depth_2d_false"]
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:stage="vertex";apiResource="texture_depth_2d_true"]

Просмотреть файл

@ -7,22 +7,34 @@
[cts.https.html?q=webgpu:api,validation,render_pipeline,shader_module:invalid,fragment:*]
implementation-status: backlog
[:isAsync=false;isFragmentShaderValid=false]
expected:
if os == "win" and debug: [PASS, FAIL]
[:isAsync=false;isFragmentShaderValid=true]
expected:
if os == "win" and debug: [PASS, FAIL]
[:isAsync=true;isFragmentShaderValid=false]
expected: FAIL
[:isAsync=true;isFragmentShaderValid=true]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,render_pipeline,shader_module:invalid,vertex:*]
implementation-status: backlog
[:isAsync=false;isVertexShaderValid=false]
expected:
if os == "win" and debug: [PASS, FAIL]
[:isAsync=false;isVertexShaderValid=true]
expected:
if os == "win" and debug: [PASS, FAIL]
[:isAsync=true;isVertexShaderValid=false]
expected: FAIL
[:isAsync=true;isVertexShaderValid=true]
expected:
if os == "win" and debug: [PASS, FAIL]

Просмотреть файл

@ -1447,12 +1447,16 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":0,"add":256};offsetVariant={"mult":0,"add":1}]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":0,"add":256};offsetVariant={"mult":0,"add":2}]
expected:
@ -1460,7 +1464,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":0,"add":256};offsetVariant={"mult":0,"add":4}]
expected:
@ -1468,7 +1472,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":0,"add":256};offsetVariant={"mult":1,"add":-2}]
expected:
@ -1476,12 +1480,16 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":0,"add":256};offsetVariant={"mult":1,"add":-3}]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":0,"add":256};offsetVariant={"mult":1,"add":-4}]
expected:
@ -1489,7 +1497,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":0,"add":256};offsetVariant={"mult":1,"add":-6}]
expected:
@ -1497,7 +1505,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":0,"add":0}]
expected:
@ -1505,12 +1513,16 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":0,"add":1}]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":0,"add":2}]
expected:
@ -1518,7 +1530,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:format="snorm8x2";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":0,"add":4}]
expected:
@ -2495,7 +2507,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:format="unorm8x4";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":0,"add":0}]
expected:
@ -2503,12 +2515,15 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:format="unorm8x4";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":0,"add":2}]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="unorm8x4";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":0,"add":4}]
expected:
@ -2516,7 +2531,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:format="unorm8x4";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":1,"add":-4}]
expected:
@ -2524,12 +2539,15 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:format="unorm8x4";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":1,"add":-6}]
expected:
if debug: [FAIL, TIMEOUT, NOTRUN]
if not debug: FAIL
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:format="unorm8x4";arrayStrideVariant={"mult":1,"add":0};offsetVariant={"mult":1,"add":-8}]
expected:
@ -2537,7 +2555,7 @@
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, FAIL]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_shaderLocation_limit:*]

Просмотреть файл

@ -932,7 +932,8 @@
[:compute=false;readOnlyUsage="sampled-texture";writableUsage="readwrite-storage-texture";useBindGroup0=false;useBindGroup1=true;setBindGroupsOrder="common";setPipeline="after";callDrawOrDispatch=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:compute=false;readOnlyUsage="sampled-texture";writableUsage="readwrite-storage-texture";useBindGroup0=false;useBindGroup1=true;setBindGroupsOrder="common";setPipeline="before";callDrawOrDispatch=false]
expected:
@ -954,12 +955,14 @@
[:compute=false;readOnlyUsage="sampled-texture";writableUsage="readwrite-storage-texture";useBindGroup0=false;useBindGroup1=true;setBindGroupsOrder="common";setPipeline="none";callDrawOrDispatch=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:compute=false;readOnlyUsage="sampled-texture";writableUsage="readwrite-storage-texture";useBindGroup0=false;useBindGroup1=true;setBindGroupsOrder="common";setPipeline="none";callDrawOrDispatch=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:compute=false;readOnlyUsage="sampled-texture";writableUsage="readwrite-storage-texture";useBindGroup0=false;useBindGroup1=true;setBindGroupsOrder="reversed";setPipeline="after";callDrawOrDispatch=false]
expected:
@ -1118,8 +1121,7 @@
[:compute=false;readOnlyUsage="sampled-texture";writableUsage="readwrite-storage-texture";useBindGroup0=true;useBindGroup1=true;setBindGroupsOrder="common";setPipeline="none";callDrawOrDispatch=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:compute=false;readOnlyUsage="sampled-texture";writableUsage="readwrite-storage-texture";useBindGroup0=true;useBindGroup1=true;setBindGroupsOrder="reversed";setPipeline="after";callDrawOrDispatch=false]

Просмотреть файл

@ -476,10 +476,12 @@
[:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="writeonly-storage-texture";inSamePass=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:colorAttachmentLevel=0;colorAttachmentLayer=1;bgLevel=1;bgLevelCount=1;bgLayer=1;bgLayerCount=2;bgUsage="readonly-storage-texture";inSamePass=false]
@ -686,14 +688,12 @@
[:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=false]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="sampled-texture";inSamePass=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:colorAttachmentLevel=1;colorAttachmentLayer=0;bgLevel=0;bgLevelCount=1;bgLayer=1;bgLayerCount=1;bgUsage="storage";inSamePass=false]
@ -1582,32 +1582,58 @@
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=false]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="stencil-only";inSamePass=true]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":0,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="stencil-only";aspect1="depth-only";inSamePass=false]
expected:
@ -1750,57 +1776,52 @@
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":0,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=false]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="depth-only";inSamePass=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=false]
@ -1811,8 +1832,7 @@
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="depth-only";aspect1="stencil-only";inSamePass=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":1};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="depth-only";inSamePass=false]
@ -1978,7 +1998,7 @@
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":1};aspect0="stencil-only";aspect1="stencil-only";inSamePass=false]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -1999,7 +2019,7 @@
[:view0Levels={"base":0,"count":1};view0Layers={"base":1,"count":1};view1Levels={"base":1,"count":2};view1Layers={"base":1,"count":2};aspect0="depth-only";aspect1="depth-only";inSamePass=true]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -5251,8 +5271,7 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":1};bg1Layers={"base":1,"count":2};bgUsage0="sampled-texture";bgUsage1="writeonly-storage-texture"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":1};bg1Layers={"base":1,"count":2};bgUsage0="storage";bgUsage1="storage";inSamePass=false]
expected:
@ -5328,7 +5347,7 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":0,"count":1};bgUsage0="sampled-texture";bgUsage1="sampled-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":0,"count":1};bgUsage0="storage";bgUsage1="texture";inSamePass=false]
@ -5349,7 +5368,7 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":0,"count":1};bgUsage0="writeonly-storage-texture";bgUsage1="sampled-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":1,"count":1};bgUsage0="readonly-storage-texture";bgUsage1="sampled-texture"]
@ -5368,7 +5387,7 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":1,"count":1};bgUsage0="sampled-texture";bgUsage1="sampled-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":1,"count":1};bgUsage0="storage";bgUsage1="texture";inSamePass=false]
@ -5389,7 +5408,7 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":1,"count":1};bgUsage0="writeonly-storage-texture";bgUsage1="sampled-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":1,"count":2};bgUsage0="readonly-storage-texture";bgUsage1="sampled-texture"]
@ -5407,7 +5426,7 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":1,"count":2};bgUsage0="sampled-texture";bgUsage1="sampled-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":1,"count":2};bgUsage0="storage";bgUsage1="texture";inSamePass=false]
@ -5428,7 +5447,7 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":0,"count":1};bg1Levels={"base":1,"count":2};bg1Layers={"base":1,"count":2};bgUsage0="writeonly-storage-texture";bgUsage1="sampled-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":0,"count":1};bgUsage0="readonly-storage-texture";bgUsage1="readonly-storage-texture"]
@ -5493,14 +5512,12 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":0,"count":1};bgUsage0="sampled-texture";bgUsage1="sampled-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":0,"count":1};bgUsage0="sampled-texture";bgUsage1="writeonly-storage-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":0,"count":1};bgUsage0="storage";bgUsage1="storage";inSamePass=false]
@ -5549,14 +5566,12 @@
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":0,"count":1};bgUsage0="writeonly-storage-texture";bgUsage1="sampled-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":0,"count":1};bgUsage0="writeonly-storage-texture";bgUsage1="writeonly-storage-texture"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":1,"count":1};bgUsage0="readonly-storage-texture";bgUsage1="readonly-storage-texture"]
@ -5601,11 +5616,7 @@
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":1,"count":1};bgUsage0="readwrite-storage-texture";bgUsage1="writeonly-storage-texture"]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:bg0Levels={"base":0,"count":1};bg0Layers={"base":1,"count":1};bg1Levels={"base":0,"count":1};bg1Layers={"base":1,"count":1};bgUsage0="sampled-texture";bgUsage1="readonly-storage-texture"]
expected:

Просмотреть файл

@ -444,7 +444,8 @@
expected:
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:entry={"sampler":{"type":"comparison"}};awaitLost=true]
expected:
@ -837,11 +838,7 @@
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:usageType="MAP_WRITE";usageCopy="COPY_NONE";awaitLost=true;mappedAtCreation=true]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
expected: [PASS, TIMEOUT, NOTRUN]
[:usageType="MAP_WRITE";usageCopy="COPY_SRC";awaitLost=false;mappedAtCreation=false]
expected:
@ -3853,15 +3850,11 @@
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:format="bc1-rgba-unorm";usageType="texture";usageCopy="src-dest";awaitLost=false]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: FAIL
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
expected: [FAIL, TIMEOUT, NOTRUN]
[:format="bc1-rgba-unorm";usageType="texture";usageCopy="src-dest";awaitLost=true]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -2,28 +2,28 @@
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,texture,destroy:invalid_texture:*]
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,texture,destroy:submit_a_destroyed_texture_as_attachment:*]
implementation-status: backlog
[:depthStencilTextureAspect="all";colorTextureState="destroyedAfterEncode";depthStencilTextureState="destroyedAfterEncode"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="all";colorTextureState="destroyedAfterEncode";depthStencilTextureState="destroyedBeforeEncode"]
expected: FAIL
[:depthStencilTextureAspect="all";colorTextureState="destroyedAfterEncode";depthStencilTextureState="valid"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="all";colorTextureState="destroyedBeforeEncode";depthStencilTextureState="destroyedAfterEncode"]
expected: FAIL
@ -36,25 +36,25 @@
[:depthStencilTextureAspect="all";colorTextureState="valid";depthStencilTextureState="destroyedAfterEncode"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="all";colorTextureState="valid";depthStencilTextureState="destroyedBeforeEncode"]
expected: FAIL
[:depthStencilTextureAspect="all";colorTextureState="valid";depthStencilTextureState="valid"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="depth-only";colorTextureState="destroyedAfterEncode";depthStencilTextureState="destroyedAfterEncode"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="depth-only";colorTextureState="destroyedAfterEncode";depthStencilTextureState="destroyedBeforeEncode"]
expected: FAIL
[:depthStencilTextureAspect="depth-only";colorTextureState="destroyedAfterEncode";depthStencilTextureState="valid"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="depth-only";colorTextureState="destroyedBeforeEncode";depthStencilTextureState="destroyedAfterEncode"]
expected: FAIL
@ -67,25 +67,25 @@
[:depthStencilTextureAspect="depth-only";colorTextureState="valid";depthStencilTextureState="destroyedAfterEncode"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="depth-only";colorTextureState="valid";depthStencilTextureState="destroyedBeforeEncode"]
expected: FAIL
[:depthStencilTextureAspect="depth-only";colorTextureState="valid";depthStencilTextureState="valid"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="stencil-only";colorTextureState="destroyedAfterEncode";depthStencilTextureState="destroyedAfterEncode"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="stencil-only";colorTextureState="destroyedAfterEncode";depthStencilTextureState="destroyedBeforeEncode"]
expected: FAIL
[:depthStencilTextureAspect="stencil-only";colorTextureState="destroyedAfterEncode";depthStencilTextureState="valid"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="stencil-only";colorTextureState="destroyedBeforeEncode";depthStencilTextureState="destroyedAfterEncode"]
expected: FAIL
@ -98,18 +98,18 @@
[:depthStencilTextureAspect="stencil-only";colorTextureState="valid";depthStencilTextureState="destroyedAfterEncode"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:depthStencilTextureAspect="stencil-only";colorTextureState="valid";depthStencilTextureState="destroyedBeforeEncode"]
expected: FAIL
[:depthStencilTextureAspect="stencil-only";colorTextureState="valid";depthStencilTextureState="valid"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:api,validation,texture,destroy:twice:*]
implementation-status: backlog
[:]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]

Просмотреть файл

@ -2,40 +2,40 @@
implementation-status: backlog
[:caseName="alphaDstFactor"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="alphaOperation"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="alphaSrcFactor"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="colorDstFactor"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="colorOperation"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="colorSrcFactor"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="default"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="noBlendTarget0"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="noBlendTarget1"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:caseName="writeMask"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]

Просмотреть файл

@ -209,181 +209,217 @@
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -497,83 +533,96 @@
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=4;rows=4]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=3;rows=4]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -601,91 +650,109 @@
[:inputSource="uniform";elementType="f16";indexType="i32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="i32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="i32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="i32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="i32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="i32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="i32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="i32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="i32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";indexType="u32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
@ -774,7 +841,7 @@
[:inputSource="uniform";elementType="f32";indexType="u32";columns=4;rows=4]
expected:
if os == "win" and not debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -914,91 +981,109 @@
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="i32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";indexType="u32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
@ -1019,76 +1104,91 @@
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="i32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";indexType="u32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -1202,85 +1302,98 @@
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=3;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=3;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=4;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=4;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="i32";columns=4;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=2;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=2;rows=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=3;rows=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=3;rows=3]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";indexType="u32";columns=3;rows=4]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -1382,7 +1495,7 @@
[:inputSource="uniform";elementType="f32";indexType="i32";columns=2;rows=3]
expected:
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f32";indexType="i32";columns=2;rows=4]
expected:

Просмотреть файл

@ -2,31 +2,47 @@
implementation-status: backlog
[:member_types=["i32","f16","vec4i","mat3x2f"\];inputSource="storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","f16","vec4i","mat3x2f"\];inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32","f32","f16","vec3f","vec4i"\];inputSource="storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32","f32","f16","vec3f","vec4i"\];inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32"\];inputSource="storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["i32","u32"\];inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["u32"\];inputSource="storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["u32"\];inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["vec3f"\];inputSource="storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["vec3f"\];inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,access,structure,index:buffer_align:*]
@ -39,18 +55,22 @@
implementation-status: backlog
[:member_types=["i32","f16","vec4i","mat3x2f"\];inputSource="storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","f16","vec4i","mat3x2f"\];inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32","f32","f16","vec3f","vec4i"\];inputSource="storage"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32","f32","f16","vec3f","vec4i"\];inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32"\];inputSource="storage"]
@ -80,89 +100,133 @@
implementation-status: backlog
[:member_types=["bool","u32","f16","vec3f","vec2i"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["bool"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["i32","f16","vec4i","mat3x2f"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32","f32","f16","vec3f","vec4i"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["u32"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["vec3f"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,access,structure,index:const_nested:*]
implementation-status: backlog
[:member_types=["bool","u32","f16","vec3f","vec2i"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["bool"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["i32","f16","vec4i","mat3x2f"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32","f32","f16","vec3f","vec4i"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["u32"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["vec3f"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,access,structure,index:let:*]
implementation-status: backlog
[:member_types=["bool","u32","f16","vec3f","vec2i"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["bool"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["i32","f16","vec4i","mat3x2f"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32","f32","f16","vec3f","vec4i"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["u32"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["vec3f"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,access,structure,index:param:*]
implementation-status: backlog
[:member_types=["bool","u32","f16","vec3f","vec2i"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["bool"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["i32","f16","vec4i","mat3x2f"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32","f32","f16","vec3f","vec4i"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:member_types=["i32","u32"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["u32"\]]
expected:
if os == "win" and debug: [PASS, FAIL]
[:member_types=["vec3f"\]]
expected:
if os == "win" and debug: [PASS, FAIL]

Просмотреть файл

@ -3,17 +3,29 @@
expected:
if os == "linux" and debug: [OK, TIMEOUT]
[:elementType="abstract-float";width=2;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:elementType="abstract-float";width=2;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:elementType="abstract-float";width=3;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:elementType="abstract-float";width=3;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:elementType="abstract-float";width=4;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:elementType="abstract-float";width=4;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:elementType="abstract-int";width=2;components="rgba"]
@ -62,7 +74,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,access,vector,components:concrete_scalar:*]
implementation-status: backlog
expected:
if os == "win" and debug: TIMEOUT
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: [TIMEOUT, CRASH]
if os == "linux": TIMEOUT
if os == "mac" and debug: [TIMEOUT, CRASH]
@ -117,31 +129,37 @@
[:inputSource="const";elementType="f16";width=2;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:inputSource="const";elementType="f16";width=2;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:inputSource="const";elementType="f16";width=3;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:inputSource="const";elementType="f16";width=3;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:inputSource="const";elementType="f16";width=4;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:inputSource="const";elementType="f16";width=4;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
@ -279,80 +297,134 @@
if os == "mac": FAIL
[:inputSource="storage_r";elementType="bool";width=2;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="bool";width=2;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="bool";width=3;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="bool";width=3;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="bool";width=4;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="bool";width=4;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";width=2;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";width=2;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";width=3;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";width=3;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";width=4;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f16";width=4;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";width=2;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";width=2;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";width=3;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";width=3;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";width=4;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="f32";width=4;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="i32";width=2;components="rgba"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -360,7 +432,7 @@
[:inputSource="storage_r";elementType="i32";width=2;components="xyzw"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -368,7 +440,7 @@
[:inputSource="storage_r";elementType="i32";width=3;components="rgba"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -376,7 +448,7 @@
[:inputSource="storage_r";elementType="i32";width=3;components="xyzw"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -384,157 +456,289 @@
[:inputSource="storage_r";elementType="i32";width=4;components="rgba"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="i32";width=4;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="u32";width=2;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="u32";width=2;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="u32";width=3;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="u32";width=3;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="u32";width=4;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";elementType="u32";width=4;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="bool";width=2;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="bool";width=2;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="bool";width=3;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="bool";width=3;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="bool";width=4;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="bool";width=4;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f16";width=2;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f16";width=2;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f16";width=3;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f16";width=3;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f16";width=4;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f16";width=4;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";width=2;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";width=2;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";width=3;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";width=3;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";width=4;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="f32";width=4;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="i32";width=2;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="i32";width=2;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="i32";width=3;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="i32";width=3;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="i32";width=4;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="i32";width=4;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="u32";width=2;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="u32";width=2;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="u32";width=3;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="u32";width=3;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="u32";width=4;components="rgba"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";elementType="u32";width=4;components="xyzw"]
expected: [TIMEOUT, NOTRUN]
expected:
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="bool";width=2;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="bool";width=2;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="bool";width=3;components="rgba"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -542,7 +746,7 @@
[:inputSource="uniform";elementType="bool";width=3;components="xyzw"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -550,7 +754,7 @@
[:inputSource="uniform";elementType="bool";width=4;components="rgba"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -558,7 +762,7 @@
[:inputSource="uniform";elementType="bool";width=4;components="xyzw"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -566,126 +770,149 @@
[:inputSource="uniform";elementType="f16";width=2;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";width=2;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";width=3;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";width=3;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";width=4;components="rgba"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f16";width=4;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f32";width=2;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f32";width=2;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f32";width=3;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f32";width=3;components="xyzw"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f32";width=4;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="f32";width=4;components="xyzw"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="i32";width=2;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="i32";width=2;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="i32";width=3;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="i32";width=3;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="i32";width=4;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="i32";width=4;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="u32";width=2;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="u32";width=2;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="u32";width=3;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="u32";width=3;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="u32";width=4;components="rgba"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";elementType="u32";width=4;components="xyzw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -1,7 +1,10 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_vector_multiplication:matrix_vector:*]
implementation-status: backlog
expected:
if debug: TIMEOUT
if os == "win" and debug: TIMEOUT
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "mac" and debug: TIMEOUT
[:inputSource="const";cols=2;rows=2]
expected: FAIL
@ -24,10 +27,18 @@
expected: FAIL
[:inputSource="const";cols=4;rows=3]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: FAIL
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:inputSource="const";cols=4;rows=4]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: FAIL
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_vector_multiplication:vector_matrix:*]

Просмотреть файл

@ -1,16 +1,34 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:addition:*]
implementation-status: backlog
expected:
if os == "win" and not debug: [OK, TIMEOUT]
[:inputSource="const";vectorize="_undef_"]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected: FAIL
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux": FAIL
if os == "mac": FAIL
[cts.https.html?q=webgpu:shader,execution,expression,binary,ai_arithmetic:addition_scalar_vector:*]

Просмотреть файл

@ -2,8 +2,7 @@
implementation-status: backlog
expected:
if os == "win": TIMEOUT
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[:type="abstract-int";inputSource="const";vectorize="_undef_"]
expected:
@ -46,50 +45,43 @@
[:type="abstract-int";inputSource="storage_r";vectorize=2]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="storage_r";vectorize=3]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="storage_r";vectorize=4]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="storage_rw";vectorize=2]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="storage_rw";vectorize=3]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="storage_rw";vectorize=4]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="uniform";vectorize="_undef_"]
@ -317,23 +309,25 @@
[:type="i32";inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
[:type="i32";inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
[:type="i32";inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
[:type="i32";inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
[:type="i32";inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:type="i32";inputSource="uniform";vectorize="_undef_"]
@ -355,32 +349,28 @@
[:type="u32";inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="u32";inputSource="const";vectorize=2]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="u32";inputSource="const";vectorize=3]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:type="u32";inputSource="const";vectorize=4]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
@ -954,14 +944,15 @@
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:type="abstract-int";inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="storage_r";vectorize=2]
expected:
@ -989,8 +980,7 @@
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="storage_rw";vectorize=2]
expected:
@ -1021,6 +1011,7 @@
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:type="abstract-int";inputSource="uniform";vectorize=2]
expected:

Просмотреть файл

@ -143,7 +143,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise_shift:shift_left_concrete_compound:*]
implementation-status: backlog
expected:
if os == "win": TIMEOUT
if os == "win" and debug: TIMEOUT
if os == "linux" and debug: [OK, TIMEOUT]
[:type="i32";inputSource="const";vectorize="_undef_"]
expected: FAIL
@ -249,13 +249,11 @@
[:type="u32";inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:type="u32";inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:type="u32";inputSource="uniform";vectorize="_undef_"]

Просмотреть файл

@ -2,66 +2,82 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -69,66 +85,82 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -136,66 +168,82 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -203,66 +251,82 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -270,66 +334,82 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -337,64 +417,80 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL

Просмотреть файл

@ -2,22 +2,22 @@
implementation-status: backlog
[:inputSource="const"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -25,82 +25,82 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -171,62 +171,62 @@
implementation-status: backlog
[:inputSource="const";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -234,62 +234,62 @@
implementation-status: backlog
[:inputSource="const";dim=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";dim=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";dim=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";dim=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";dim=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";dim=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";dim=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";dim=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";dim=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
@ -297,60 +297,60 @@
implementation-status: backlog
[:inputSource="const";dim=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";dim=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";dim=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";dim=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";dim=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";dim=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";dim=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";dim=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";dim=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";dim=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";dim=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";dim=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL

Просмотреть файл

@ -191,7 +191,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_addition:matrix_compound:*]
implementation-status: backlog
expected:
if os == "mac" and debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[:inputSource="const";cols=2;rows=2]
expected:
if os == "win": [PASS, FAIL]
@ -310,7 +310,8 @@
[:inputSource="storage_rw";cols=3;rows=4]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_rw";cols=4;rows=2]
expected:
@ -327,8 +328,7 @@
[:inputSource="storage_rw";cols=4;rows=4]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";cols=2;rows=2]
expected:

Просмотреть файл

@ -2,7 +2,8 @@
implementation-status: backlog
expected:
if os == "win": TIMEOUT
if os == "linux": TIMEOUT
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[:inputSource="const";cols=2;rows=2]
expected: FAIL
@ -174,7 +175,8 @@
[:inputSource="storage_rw";cols=4;rows=4]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";cols=2;rows=2]
@ -203,7 +205,7 @@
[:inputSource="uniform";cols=4;rows=2]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";cols=4;rows=3]
expected:
@ -280,8 +282,7 @@
[:inputSource="storage_r";cols=2;rows=2]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=2;rows=3]
expected:
@ -315,25 +316,29 @@
[:inputSource="storage_r";cols=4;rows=2]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=4;rows=3]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=4;rows=4]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";cols=2;rows=2]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -412,20 +417,16 @@
[:inputSource="uniform";cols=3;rows=4]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";cols=4;rows=2]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";cols=4;rows=3]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";cols=4;rows=4]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -71,18 +71,20 @@
[:inputSource="storage_r";cols=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=2;rows=4]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=3;rows=2]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
@ -90,6 +92,7 @@
[:inputSource="storage_r";cols=3;rows=3]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
@ -281,14 +284,14 @@
[:inputSource="storage_r";cols=2;rows=3]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=2;rows=4]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
@ -296,6 +299,7 @@
[:inputSource="storage_r";cols=3;rows=2]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
@ -500,24 +504,27 @@
[:inputSource="storage_r";cols=2;rows=3]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=2;rows=4]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=3;rows=2]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=3;rows=3]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -590,10 +597,7 @@
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";cols=4;rows=2]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
expected: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";cols=4;rows=3]
expected: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -363,12 +363,14 @@
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";cols=3;rows=3]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";cols=3;rows=4]
expected:

Просмотреть файл

@ -81,12 +81,14 @@
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=3;rows=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";cols=3;rows=3]
expected:

Просмотреть файл

@ -1,5 +1,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar:*]
implementation-status: backlog
expected:
if os == "linux" and debug: [OK, TIMEOUT]
[:inputSource="const"]
expected: FAIL
@ -10,6 +12,7 @@
[:inputSource="storage_rw"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform"]
expected:
@ -31,7 +34,11 @@
expected: FAIL
[:inputSource="const";vectorize=4]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
@ -76,45 +83,65 @@
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar_vector:*]
implementation-status: backlog
expected:
if os == "win" and not debug: [OK, TIMEOUT]
if os == "linux" and debug: [OK, TIMEOUT]
[:inputSource="const";dim=2]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="const";dim=3]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="const";dim=4]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";dim=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";dim=4]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";dim=2]
expected:
@ -128,24 +155,30 @@
[:inputSource="storage_rw";dim=4]
expected:
if os == "win": FAIL
if os == "win" and debug: FAIL
if os == "win" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";dim=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";dim=4]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector:*]
implementation-status: backlog
expected:
if os == "linux" and debug: [OK, TIMEOUT]
[:inputSource="const";vectorize=2]
expected: FAIL
@ -174,10 +207,12 @@
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=2]
expected:
@ -194,50 +229,69 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector_scalar:*]
implementation-status: backlog
expected:
if os == "linux" and debug: [OK, TIMEOUT]
[:inputSource="const";dim=2]
expected: FAIL
[:inputSource="const";dim=3]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="const";dim=4]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";dim=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";dim=4]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";dim=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";dim=4]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";dim=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";dim=4]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector_scalar_compound:*]
@ -248,10 +302,18 @@
expected: FAIL
[:inputSource="const";dim=3]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="const";dim=4]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and not debug: FAIL
if os == "mac": FAIL
[:inputSource="storage_r";dim=2]
expected:
@ -286,11 +348,14 @@
[:inputSource="uniform";dim=2]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";dim=3]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";dim=4]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -4,11 +4,16 @@
expected: FAIL
[:inputSource="storage_r"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -27,30 +32,53 @@
expected: FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:scalar_vector:*]
@ -65,22 +93,40 @@
expected: FAIL
[:inputSource="storage_r";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:vector:*]
@ -95,22 +141,40 @@
expected: FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:vector_scalar:*]
@ -125,22 +189,40 @@
expected: FAIL
[:inputSource="storage_r";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:vector_scalar_compound:*]
@ -155,19 +237,37 @@
expected: FAIL
[:inputSource="storage_r";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";dim=4]
expected:
if os == "win" and debug: [PASS, FAIL]

Просмотреть файл

@ -16,57 +16,57 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_compound:*]
@ -85,52 +85,52 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_scalar_vector:*]
@ -146,39 +146,39 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_vector_scalar:*]
@ -194,39 +194,39 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_vector_scalar_compound:*]
@ -242,39 +242,39 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division:*]
@ -538,52 +538,52 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_compound:*]
@ -602,52 +602,52 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_scalar_vector:*]
@ -663,39 +663,39 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_vector_scalar:*]
@ -711,39 +711,39 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_vector_scalar_compound:*]
@ -759,39 +759,39 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder:*]
@ -1029,52 +1029,52 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_compound:*]
@ -1093,52 +1093,52 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_scalar_vector:*]
@ -1154,39 +1154,39 @@
[:inputSource="storage_r";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_rhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_vector_scalar:*]
@ -1202,40 +1202,40 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_vector_scalar_compound:*]
@ -1251,36 +1251,36 @@
[:inputSource="storage_r";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_r";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="storage_rw";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=2]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=3]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:inputSource="uniform";vectorize_lhs=4]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]

Просмотреть файл

@ -154,8 +154,7 @@
[:buffer_size=1004;type="u32";stride=4]
expected:
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:buffer_size=1004;type="vec2%3Cf16%3E";stride=4]
expected:
@ -265,7 +264,8 @@
[:buffer_size=1048576;type="mat2x2%3Cf32%3E";stride=16]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:buffer_size=1048576;type="mat2x3%3Cf16%3E";stride=16]
@ -370,45 +370,51 @@
[:buffer_size=1048576;type="vec3%3Cf16%3E";stride=8]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:buffer_size=1048576;type="vec3%3Cf32%3E";stride=16]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:buffer_size=1048576;type="vec3%3Ci32%3E";stride=16]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:buffer_size=1048576;type="vec3%3Cu32%3E";stride=16]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:buffer_size=1048576;type="vec4%3Cf16%3E";stride=8]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:buffer_size=1048576;type="vec4%3Cf32%3E";stride=16]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:buffer_size=1048576;type="vec4%3Ci32%3E";stride=16]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:buffer_size=1048576;type="vec4%3Cu32%3E";stride=16]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -685,8 +691,7 @@
[:member_offset=0;type="array%3Cf16,4%3E";stride=8]
expected:
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:member_offset=0;type="array%3Cf32,4%3E";stride=16]
expected:
@ -956,11 +961,13 @@
[:member_offset=20;type="vec3%3Cf16%3E";stride=8]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:member_offset=20;type="vec3%3Cf32%3E";stride=16]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -976,25 +983,27 @@
[:member_offset=20;type="vec4%3Cf16%3E";stride=8]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:member_offset=20;type="vec4%3Cf32%3E";stride=16]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:member_offset=20;type="vec4%3Ci32%3E";stride=16]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:member_offset=20;type="vec4%3Cu32%3E";stride=16]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]

Просмотреть файл

@ -321,7 +321,8 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicAnd:and_workgroup:*]
implementation-status: backlog
expected:
if os == "linux": TIMEOUT
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "mac": TIMEOUT
[:workgroupSize=1;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:

Просмотреть файл

@ -589,10 +589,15 @@
[:workgroupSize=2;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win": FAIL
if os == "mac": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
@ -685,7 +690,7 @@
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="u32"]

Просмотреть файл

@ -51,23 +51,25 @@
[:workgroupSize=2;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
@ -86,126 +88,133 @@
[:workgroupSize=2;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
expected: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -294,6 +303,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicExchange:exchange_storage_basic:*]
implementation-status: backlog
expected:
if os == "win" and not debug: [OK, TIMEOUT]
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "mac": TIMEOUT
@ -383,29 +393,31 @@
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="u32"]
@ -414,142 +426,155 @@
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -590,22 +615,26 @@
[:workgroupSize=2;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -637,22 +666,25 @@
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -671,62 +703,74 @@
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -782,6 +826,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicExchange:exchange_workgroup_basic:*]
implementation-status: backlog
expected:
if os == "win" and not debug: [OK, TIMEOUT]
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "mac": TIMEOUT
@ -859,27 +904,32 @@
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="u32"]
@ -888,129 +938,154 @@
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]

Просмотреть файл

@ -1,309 +1,308 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicLoad:load_storage:*]
implementation-status: backlog
expected:
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
if os == "mac": TIMEOUT
[:workgroupSize=1;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
@ -314,220 +313,318 @@
if os == "linux": [OK, TIMEOUT]
if os == "mac": TIMEOUT
[:workgroupSize=1;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]

Просмотреть файл

@ -2,259 +2,259 @@
implementation-status: backlog
[:workgroupSize=1;dispatchSize=16;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=16;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=16;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=16;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=4;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=4;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=8;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=8;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=16;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=16;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=4;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=4;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=8;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=8;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:*]
implementation-status: backlog
[:workgroupSize=1;dispatchSize=16;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=16;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=4;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=1;dispatchSize=8;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=16;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=4;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=2;dispatchSize=8;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=16;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=16;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=4;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=4;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=8;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=32;dispatchSize=8;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=16;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=16;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=1;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=1;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=4;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=4;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=8;scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[:workgroupSize=64;dispatchSize=8;scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]

Просмотреть файл

@ -1,8 +1,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_storage:*]
implementation-status: backlog
expected:
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
if os == "mac": TIMEOUT
[:workgroupSize=1;dispatchSize=16;mapId="passthrough";scalarType="i32"]
@ -138,8 +137,7 @@
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="u32"]
@ -149,14 +147,12 @@
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="i32"]
@ -346,6 +342,7 @@
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
@ -354,7 +351,7 @@
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
@ -385,14 +382,12 @@
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="i32"]
@ -403,8 +398,7 @@
[:workgroupSize=64;dispatchSize=16;mapId="remap";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=1;mapId="passthrough";scalarType="i32"]
@ -439,8 +433,7 @@
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=4;mapId="remap";scalarType="u32"]
@ -450,24 +443,20 @@
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]

Просмотреть файл

@ -283,8 +283,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicStore:store_storage_basic:*]
implementation-status: backlog
expected:
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
if os == "mac": [OK, SKIP]
[:workgroupSize=1;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
@ -734,26 +733,32 @@
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="u32"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="i32"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="remap";scalarType="u32"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="i32"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="passthrough";scalarType="u32"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="i32"]
expected:
@ -763,6 +768,7 @@
[:workgroupSize=32;dispatchSize=8;mapId="remap";scalarType="u32"]
expected:
if os == "win": FAIL
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=64;dispatchSize=16;mapId="passthrough";scalarType="i32"]
expected:
@ -1009,10 +1015,12 @@
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="i32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=1;mapId="remap";scalarType="u32"]
expected:
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:workgroupSize=32;dispatchSize=4;mapId="passthrough";scalarType="i32"]
expected:

Просмотреть файл

@ -84,6 +84,7 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_";alias=false]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize="_undef_";alias=true]
@ -348,8 +349,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:f32_to_f32:*]
implementation-status: backlog
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "linux" and debug: [OK, TIMEOUT]
if debug: [OK, TIMEOUT]
[:inputSource="const";vectorize="_undef_";alias=false]
expected:
if os == "win": FAIL
@ -472,18 +472,21 @@
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4;alias=false]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4;alias=true]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_";alias=false]
expected:
@ -584,48 +587,59 @@
[:inputSource="storage_r";vectorize="_undef_";alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize="_undef_";alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2;alias=true]
expected:
@ -665,31 +679,38 @@
[:inputSource="uniform";vectorize="_undef_";alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="uniform";vectorize=2;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=2;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:f32_to_u32:*]
@ -1620,76 +1641,91 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize="_undef_";alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_";alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_";alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4;alias=true]
expected:
@ -1713,31 +1749,37 @@
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=2;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4;alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4;alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:u32_to_i32:*]
@ -2338,6 +2380,8 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2h_to_u32:*]
implementation-status: backlog
expected:
if os == "mac" and debug: [OK, TIMEOUT]
[:inputSource="const";alias=false]
expected:
if os == "win": [PASS, FAIL]
@ -2361,12 +2405,14 @@
[:inputSource="storage_rw";alias=false]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_rw";alias=true]
expected:
if os == "win": [PASS, FAIL]
if os == "mac": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="uniform";alias=false]
expected:

Просмотреть файл

@ -242,51 +242,62 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
@ -329,54 +340,64 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
@ -414,48 +435,60 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -143,7 +143,7 @@
implementation-status: backlog
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "linux" and debug: TIMEOUT
if os == "linux" and debug: [OK, TIMEOUT]
[:inputSource="const"]
expected:
if os == "win": FAIL
@ -297,7 +297,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:u32_vec2:*]
implementation-status: backlog
expected:
if os == "linux" and debug: TIMEOUT
if os == "linux" and debug: [OK, TIMEOUT]
[:inputSource="const"]
expected:
if os == "win": FAIL
@ -307,15 +307,15 @@
[:inputSource="storage_r"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:u32_vec3:*]

Просмотреть файл

@ -41,66 +41,82 @@
implementation-status: backlog
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
@ -119,27 +135,50 @@
expected: FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]

Просмотреть файл

@ -5,7 +5,8 @@
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, FAIL]
if os == "linux": [PASS, FAIL]
if os == "linux" and debug: [PASS, FAIL]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]

Просмотреть файл

@ -1,7 +1,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fma:abstract_float:*]
implementation-status: backlog
expected:
if os == "linux" and debug: TIMEOUT
if os == "linux" and debug: [OK, TIMEOUT]
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win": FAIL
@ -101,7 +101,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fma:f32:*]
implementation-status: backlog
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win": [OK, TIMEOUT]
if os == "linux" and debug: TIMEOUT
[:inputSource="const";vectorize="_undef_"]
expected:
@ -162,7 +162,7 @@
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_"]

Просмотреть файл

@ -28,82 +28,113 @@
[:inputSource="storage_r";signed=false;width=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";signed=false;width=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";signed=false;width=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";signed=false;width=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";signed=true;width=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";signed=true;width=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";signed=true;width=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";signed=true;width=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";signed=false;width=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";signed=false;width=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";signed=false;width=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";signed=false;width=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";signed=true;width=1]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";signed=true;width=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";signed=true;width=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";signed=true;width=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";signed=false;width=1]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";signed=false;width=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";signed=false;width=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";signed=false;width=4]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";signed=true;width=1]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";signed=true;width=2]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";signed=true;width=3]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";signed=true;width=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -1,6 +1,10 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_matching:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const";vectorize="_undef_"]
expected:
if debug: FAIL
@ -48,7 +52,11 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec2:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if debug: FAIL
@ -63,7 +71,11 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec3:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if debug: FAIL
@ -78,7 +90,11 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec4:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if debug: FAIL
@ -97,81 +113,97 @@
if os == "mac": TIMEOUT
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
@ -182,21 +214,25 @@
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
@ -207,21 +243,25 @@
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
@ -232,28 +272,36 @@
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: FAIL
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_matching:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: FAIL
@ -292,56 +340,96 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=2]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec2:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if debug: FAIL
@ -349,14 +437,21 @@
[:inputSource="storage_r"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform"]
expected:
if os == "win" and debug: FAIL
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: FAIL
@ -365,7 +460,11 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec3:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if debug: FAIL
@ -373,20 +472,33 @@
[:inputSource="storage_r"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec4:*]
implementation-status: backlog
expected: TIMEOUT
expected:
if os == "win" and debug: [OK, TIMEOUT]
if os == "win" and not debug: TIMEOUT
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const"]
expected:
if debug: FAIL
@ -394,12 +506,21 @@
[:inputSource="storage_r"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform"]
expected:
if not debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: FAIL
if os == "win" and not debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [TIMEOUT, NOTRUN]

Просмотреть файл

@ -65,75 +65,92 @@
if os == "mac" and debug: TIMEOUT
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "mac": FAIL
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
@ -141,7 +158,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pow:f32:*]
implementation-status: backlog
expected:
if os == "win" and debug: TIMEOUT
if os == "win" and debug: [OK, TIMEOUT]
if os == "linux" and debug: TIMEOUT
if os == "linux" and not debug: [OK, TIMEOUT]
if os == "mac" and debug: TIMEOUT
@ -176,80 +193,80 @@
[:inputSource="storage_r";vectorize="_undef_"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=3]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=3]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=4]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize="_undef_"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:inputSource="uniform";vectorize=2]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=4]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -1,8 +1,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,select:scalar:*]
implementation-status: backlog
expected:
if os == "win" and debug: TIMEOUT
if os == "win" and not debug: [OK, TIMEOUT]
if os == "win": [OK, TIMEOUT]
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[:inputSource="const";component="af";overload="scalar"]
@ -55,18 +54,22 @@
[:inputSource="const";component="h";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";component="h";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";component="h";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";component="h";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";component="i";overload="scalar"]
@ -135,135 +138,146 @@
[:inputSource="storage_r";component="b";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="b";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="b";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="b";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="f";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="f";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="f";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="f";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="h";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="h";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="h";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="h";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="i";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="i";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="i";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="i";overload="vec4"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="u";overload="scalar"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="u";overload="vec2"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="u";overload="vec3"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="u";overload="vec4"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="af";overload="scalar"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="af";overload="vec2"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="af";overload="vec3"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="af";overload="vec4"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="ai";overload="scalar"]
@ -296,128 +310,130 @@
[:inputSource="storage_rw";component="b";overload="scalar"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="b";overload="vec2"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="b";overload="vec3"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="b";overload="vec4"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="f";overload="scalar"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="f";overload="vec2"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="f";overload="vec3"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="f";overload="vec4"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="h";overload="scalar"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="h";overload="vec2"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="h";overload="vec3"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="h";overload="vec4"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="i";overload="scalar"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="i";overload="vec2"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="i";overload="vec3"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="i";overload="vec4"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="u";overload="scalar"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="u";overload="vec2"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="u";overload="vec3"]
expected:
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="u";overload="vec4"]
expected:
if os == "win" and debug: [TIMEOUT, NOTRUN]
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -447,56 +463,81 @@
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="b";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="b";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";component="b";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="b";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="f";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="f";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";component="f";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="f";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="h";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";component="h";overload="vec2"]
expected:
if os == "mac": FAIL
if os == "win" and debug: [PASS, FAIL]
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:inputSource="uniform";component="h";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="h";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="i";overload="scalar"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="i";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="i";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="i";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
@ -509,16 +550,19 @@
[:inputSource="uniform";component="u";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="u";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="uniform";component="u";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -567,14 +611,17 @@
[:inputSource="const";component="h";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";component="h";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";component="h";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="const";component="i";overload="vec2"]
@ -626,74 +673,91 @@
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="b";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="b";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="b";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="f";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="f";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="f";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="h";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="h";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="h";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="i";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="i";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="i";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="u";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="u";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";component="u";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -729,78 +793,91 @@
[:inputSource="storage_rw";component="b";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="b";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="b";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="f";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="f";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="f";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="h";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="h";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="h";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="i";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="i";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="i";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="u";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="u";overload="vec3"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";component="u";overload="vec4"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "win" and debug: [PASS, FAIL]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -817,37 +894,68 @@
[:inputSource="uniform";component="ai";overload="vec4"]
[:inputSource="uniform";component="b";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="b";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="b";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="f";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="f";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="f";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="h";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";component="h";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";component="h";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "mac": FAIL
[:inputSource="uniform";component="i";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="i";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
[:inputSource="uniform";component="i";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="u";overload="vec2"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="u";overload="vec3"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";component="u";overload="vec4"]
expected:
if os == "win" and debug: [PASS, FAIL]
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -393,6 +393,7 @@
[:format="rg8uint";aspect="all";samples=1]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": FAIL
[:format="rg8uint";aspect="all";samples=4]

Просмотреть файл

@ -1,5 +1,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,user,ptr_params:array_length:*]
expected:
if os == "linux" and debug: [OK, CRASH]
if os == "mac": [OK, SKIP]
[:]

Просмотреть файл

@ -63,7 +63,11 @@
expected: FAIL
[:abstract_type="mat2x3%3Cabstract-float%3E";concrete_type="mat2x3f";length=1]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
if os == "mac" and not debug: FAIL
[:abstract_type="mat2x3%3Cabstract-float%3E";concrete_type="mat2x3f";length=10]
expected:
@ -986,7 +990,10 @@
expected: FAIL
[:inputSource="const";type="vec4i";length=1;infer_type=true]
expected: FAIL
expected:
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
[:inputSource="const";type="vec4i";length=5;infer_type=false]
expected:
@ -1986,8 +1993,7 @@
[:inputSource="storage_rw";type="f32";columns=3;rows=3;infer_type=false]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";type="f32";columns=3;rows=3;infer_type=true]
@ -2023,7 +2029,8 @@
[:inputSource="storage_rw";type="f32";columns=4;rows=3;infer_type=false]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";type="f32";columns=4;rows=3;infer_type=true]
@ -2785,6 +2792,8 @@
[:inputSource="uniform";type="f32";columns=2;rows=2;infer_type=false]
[:inputSource="uniform";type="f32";columns=2;rows=2;infer_type=true]
expected:
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";type="f32";columns=2;rows=3;infer_type=false]
expected:
@ -3299,6 +3308,8 @@
[:inputSource="uniform";type="i32";width=2;infer_type=true]
[:inputSource="uniform";type="i32";width=3;infer_type=false]
expected:
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";type="i32";width=3;infer_type=true]
expected:
@ -10160,8 +10171,7 @@
[:inputSource="storage_rw";type="f32";columns=3;rows=3;infer_type=true]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";type="f32";columns=3;rows=4;infer_type=false]
@ -10306,6 +10316,8 @@
[:inputSource="uniform";type="f32";columns=2;rows=2;infer_type=false]
[:inputSource="uniform";type="f32";columns=2;rows=2;infer_type=true]
expected:
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";type="f32";columns=2;rows=3;infer_type=false]
expected:
@ -10321,13 +10333,11 @@
[:inputSource="uniform";type="f32";columns=2;rows=4;infer_type=true]
expected:
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";type="f32";columns=3;rows=2;infer_type=false]
expected:
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";type="f32";columns=3;rows=2;infer_type=true]
expected:
@ -10811,8 +10821,7 @@
[:inputSource="uniform";type="f32";value="max"]
expected:
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";type="f32";value="min"]
expected:
@ -10820,8 +10829,7 @@
[:inputSource="uniform";type="f32";value=1]
expected:
if os == "mac" and debug: [TIMEOUT, NOTRUN]
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";type="f32";value=100]
expected:

Просмотреть файл

@ -159,8 +159,7 @@
[:inputSource="storage_r";vectorize=4;scalarType="bool";derefType="deref_pointer"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;scalarType="f16";derefType="deref_address_of_identifier"]
@ -175,38 +174,32 @@
[:inputSource="storage_r";vectorize=4;scalarType="f32";derefType="deref_address_of_identifier"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;scalarType="f32";derefType="deref_pointer"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;scalarType="i32";derefType="deref_address_of_identifier"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;scalarType="i32";derefType="deref_pointer"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;scalarType="u32";derefType="deref_address_of_identifier"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=4;scalarType="u32";derefType="deref_pointer"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize="_undef_";scalarType="bool";derefType="deref_address_of_identifier"]
@ -268,7 +261,8 @@
[:inputSource="storage_rw";vectorize="_undef_";scalarType="u32";derefType="deref_pointer"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_rw";vectorize=2;scalarType="bool";derefType="deref_address_of_identifier"]
@ -582,8 +576,7 @@
[:inputSource="storage_r";vectorize="_undef_";scalarType="f32";derefType="deref_address_of_identifier"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize="_undef_";scalarType="f32";derefType="deref_pointer"]
@ -605,7 +598,7 @@
[:inputSource="storage_r";vectorize="_undef_";scalarType="i32";derefType="deref_address_of_identifier"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize="_undef_";scalarType="i32";derefType="deref_pointer"]
@ -615,8 +608,7 @@
[:inputSource="storage_r";vectorize="_undef_";scalarType="i32";derefType="pointer"]
expected:
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize="_undef_";scalarType="u32";derefType="address_of_identifier"]
@ -725,7 +717,8 @@
[:inputSource="storage_r";vectorize=2;scalarType="i32";derefType="deref_address_of_identifier"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
[:inputSource="storage_r";vectorize=2;scalarType="i32";derefType="deref_pointer"]
@ -1422,7 +1415,7 @@
[:inputSource="uniform";vectorize=3;scalarType="i32";derefType="pointer"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3;scalarType="u32";derefType="address_of_identifier"]
expected:
@ -1762,6 +1755,7 @@
[:inputSource="storage_r";vectorize=2;scalarType="u32";derefType="address_of_identifier"]
expected:
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "linux" and debug: [TIMEOUT, NOTRUN]
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, NOTRUN]
@ -2416,7 +2410,7 @@
[:inputSource="uniform";vectorize=3;scalarType="f32";derefType="deref_address_of_identifier"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3;scalarType="f32";derefType="deref_pointer"]
expected:
@ -2444,7 +2438,7 @@
[:inputSource="uniform";vectorize=3;scalarType="i32";derefType="pointer"]
expected:
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[:inputSource="uniform";vectorize=3;scalarType="u32";derefType="address_of_identifier"]
expected:

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше