Releases: erichdongubler-mozilla/moz-webgpu-cts
Releases · erichdongubler-mozilla/moz-webgpu-cts
moz-webgpu-cts-v3.0.1, whippit-v0.6.4
What's Changed
- Update
strum, move fromformattolazy_formatby @ErichDonGubler in #180 - fix: un-break
DisplayforExpectedafterlazy_formatmigration by @ErichDonGubler in #181 - chore: satisfy clippy::uninlined-format-args by @jimblandy in #184
- chore(ci): move from
actions-rs/toolchaintoactions-rust-lang/setup-rust-toolchainby @ErichDonGubler in #186 - Upgrade
anstyle,jiff,miette,serde_jsonby @ErichDonGubler in #188 - chore: update
backtrace0.3.71 → 0.3.75 by @ErichDonGubler in #190 - refactor: use
derive(Default)on{Test,Subtest}Outcomeby @ErichDonGubler in #191 - ci: fix Windows builds with alternative linker by @ErichDonGubler in #193
- hack: work around new warnings from
mietteby @ErichDonGubler in #195 - chore(ci): update
dist0.28.0 → 0.30.3 by @ErichDonGubler in #194 - fix(metadata): Parse conditionally disabled tests by @andyleiserson in #196
- refactor: satisfy
clippy::iter_kv_mapby @ErichDonGubler in #197 - chore: update
dist0.30.3 -> 0.31.0 by @ErichDonGubler in #198
New Contributors
- @andyleiserson made their first contribution in #196
Full Changelog: whippit-v0.6.3...moz-webgpu-cts-v3.0.1
Install moz-webgpu-cts 3.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v3.0.1/moz-webgpu-cts-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v3.0.1/moz-webgpu-cts-installer.ps1 | iex"Download moz-webgpu-cts 3.0.1
| File | Platform | Checksum |
|---|---|---|
| moz-webgpu-cts-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| moz-webgpu-cts-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
whippit-v0.6.3
chore: Release whippit version 0.6.3
moz-webgpu-cts-v3.0.0
What's Changed
- feat(update_expected)!: change default of
--implementation-statustobacklogby @ErichDonGubler in #161 - fix(process_reports)!: stop accepting lack of reports by @ErichDonGubler in #135
- docs(process_reports): expose
new-buildandsame-buildaliases by @ErichDonGubler in #170 - refactor(metadata)!: move
disabledto the top of formatted file props. by @ErichDonGubler in #165 - refactor: extract file-gathering into new internal
FileSpecAPI by @ErichDonGubler in #174 - refactor: extract
{TestOutcome,SubtestOutcome}::parserhelpers by @ErichDonGubler in #173 - fix: remove
SubtestOutcome::Crashby @ErichDonGubler in #175 - feat(update_expected): add
--on-skip-onlyby @ErichDonGubler in #171 and #177 - feat(migrate)!: ignore
SKIP-only cases by @ErichDonGubler in #176 - Parse non-
truevalues fordisabledproperties by @ErichDonGubler in #143
Full Changelog: moz-webgpu-cts-v2.0.4...moz-webgpu-cts-v3.0.0
moz-webgpu-cts-v2.0.4
What's Changed
- chore: upgrade
env_logger0.10.0 → 0.11.7 by @ErichDonGubler in #160 - fix: stop requiring
win11_2009to be true for Windows platform detection by @ErichDonGubler in #159
Full Changelog: moz-webgpu-cts-v2.0.3...moz-webgpu-cts-v2.0.4
Install moz-webgpu-cts 2.0.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v2.0.4/moz-webgpu-cts-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v2.0.4/moz-webgpu-cts-installer.ps1 | iex"Download moz-webgpu-cts 2.0.4
| File | Platform | Checksum |
|---|---|---|
| moz-webgpu-cts-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| moz-webgpu-cts-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
moz-webgpu-cts-v2.0.3
What's Changed
- Fix release infrastructure by @ErichDonGubler in #157
- chore: remove broken
aarch64-pc-windows-msvctarget from release by @ErichDonGubler in #158
Full Changelog: moz-webgpu-cts-v2.0.1...moz-webgpu-cts-v2.0.3
Install moz-webgpu-cts 2.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v2.0.3/moz-webgpu-cts-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v2.0.3/moz-webgpu-cts-installer.ps1 | iex"Download moz-webgpu-cts 2.0.3
| File | Platform | Checksum |
|---|---|---|
| moz-webgpu-cts-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| moz-webgpu-cts-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
moz-webgpu-cts-v2.0.1
What's Changed
- fix: show dupe test name in metadata diagnostic, not
{name:?}by @ErichDonGubler in #156 - Clarify metadata test entry path base name mismatch by @ErichDonGubler in #155
Full Changelog: moz-webgpu-cts-v2.0.0...moz-webgpu-cts-v2.0.1
Unfortunately, release infrastructure was discovered to be broken with this release, and we're on it next!
moz-webgpu-cts-v2.0.0
What's Changed
- BREAKING: feat(update_backlog)!: default
--only-across-all-platformstofalseby @ErichDonGubler in #152 - BREAKING:
update-backlog: use new verb-criteria model for CLI (migrating existing usage to apromoteverb), adddemoteandsyncverbs by @ErichDonGubler in #153
Full Changelog: moz-webgpu-cts-v1.4.0...moz-webgpu-cts-v2.0.0
Install moz-webgpu-cts 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v2.0.0/moz-webgpu-cts-installer.sh | shInstall prebuilt binaries via powershell script
powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v2.0.0/moz-webgpu-cts-installer.ps1 | iex"Download moz-webgpu-cts 2.0.0
| File | Platform | Checksum |
|---|---|---|
| moz-webgpu-cts-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| moz-webgpu-cts-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
moz-webgpu-cts-v1.4.0
What's Changed
- chore: satisfy
clippy:needless_lifetimesin Rust 1.83 by @ErichDonGubler in #154 - feat(triage): add total test and subtest counts by @ErichDonGubler in #151
Install moz-webgpu-cts 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v1.4.0/moz-webgpu-cts-installer.sh | shInstall prebuilt binaries via powershell script
powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v1.4.0/moz-webgpu-cts-installer.ps1 | iex"Download moz-webgpu-cts 1.4.0
| File | Platform | Checksum |
|---|---|---|
| moz-webgpu-cts-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| moz-webgpu-cts-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Full Changelog: moz-webgpu-cts-v1.3.0...moz-webgpu-cts-v1.4.0
moz-webgpu-cts-v1.3.0
What's Changed
- fix: actually format the fmt. str. in
Subtests::add_subtest😅 by @ErichDonGubler in #146 - fix: allow hyphens in
tagsproperties by @ErichDonGubler in #147 - feat:
tagsproperty on tests and subtests by @ErichDonGubler in #145
Full Changelog: moz-webgpu-cts-v1.2.0...moz-webgpu-cts-v1.3.0
Install moz-webgpu-cts 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v1.3.0/moz-webgpu-cts-installer.sh | shInstall prebuilt binaries via powershell script
powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v1.3.0/moz-webgpu-cts-installer.ps1 | iex"Download moz-webgpu-cts 1.3.0
| File | Platform | Checksum |
|---|---|---|
| moz-webgpu-cts-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| moz-webgpu-cts-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
moz-webgpu-cts-v1.2.0
What's Changed
- Add
migratesubcmd. by @ErichDonGubler in #127
Full Changelog: moz-webgpu-cts-v1.1.0...moz-webgpu-cts-v1.2.0
Install moz-webgpu-cts 1.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v1.2.0/moz-webgpu-cts-installer.sh | shInstall prebuilt binaries via powershell script
powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v1.2.0/moz-webgpu-cts-installer.ps1 | iex"Download moz-webgpu-cts 1.2.0
| File | Platform | Checksum |
|---|---|---|
| moz-webgpu-cts-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| moz-webgpu-cts-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| moz-webgpu-cts-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| moz-webgpu-cts-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |