Skip to content

Releases: erichdongubler-mozilla/moz-webgpu-cts

moz-webgpu-cts-v1.3.0

09 Aug 14:49
7e4b2c8
Compare
Choose a tag to compare

What's Changed

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 | sh

Install 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

01 Aug 22:47
76b84db
Compare
Choose a tag to compare

What's Changed

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 | sh

Install 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

moz-webgpu-cts-v1.1.0

01 Aug 21:45
29a9c50
Compare
Choose a tag to compare

This release:

  • Adds PASS and FAIL test outcomes. There are some that are still not parsed properly, but we don't have plans to fix that until somebody needs them.
  • The update-expected subcommand had several bugs in its conditions for (1) removing tests, (2) keeping subtests longer than they'd been observed in execution reports, and (3) unexpectedly updated expected properties in subtests that have now been fixed. The command also now allows the specification of multiple --implementation-status options, treating them together as a set of statuses in which tests and subtests may have their expected property updated.

What's Changed

  • fix(update_expected): don't erase empty all-default tests by @ErichDonGubler in #130
  • refactor(update_expected): remove unnecessary dupe subtest check by @ErichDonGubler in #129
  • fix(update_expected)!: remove unreported subtests a la tests by @ErichDonGubler in #131
  • Move most update-expected logic into the process_reports module, refactor some reusable bits by @ErichDonGubler in #133
  • Fix some diagnostic text for update-expected by @ErichDonGubler in #134
  • PASS/FAIL is also valid TestOutcome by @sagudev in #138
  • refactor(update_expected): use default_value_t for --preset by @ErichDonGubler in #140
  • fix(update_expected): don't skip implementation-status filter in reconciliation when expected is missing by @ErichDonGubler in #141
  • feat(update_expected): accept multiple implementation_statuses as a set by @ErichDonGubler in #136

Full Changelog: moz-webgpu-cts-v1.0.0...moz-webgpu-cts-v1.1.0

Install moz-webgpu-cts 1.1.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.1.0/moz-webgpu-cts-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v1.1.0/moz-webgpu-cts-installer.ps1 | iex"

Download moz-webgpu-cts 1.1.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.0.0

24 Jul 21:03
0b5de24
Compare
Choose a tag to compare

What's Changed

Full Changelog: moz-webgpu-cts-v0.11.0...moz-webgpu-cts-v1.0.0

Install moz-webgpu-cts 1.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-v1.0.0/moz-webgpu-cts-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v1.0.0/moz-webgpu-cts-installer.ps1 | iex"

Download moz-webgpu-cts 1.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-v0.11.0

22 Jul 16:01
0587c91
Compare
Choose a tag to compare

What's Changed

  • ci: add dep. on check from {test,clippy,rustdoc} by @ErichDonGubler in #117
  • BREAKING: Split up the shared module into smaller ones with sensible names, also rename some Test* symbols by @ErichDonGubler in #124
  • BREAKING: Add --only-across-all-platforms to update-backlog by @ErichDonGubler in #125

Full Changelog: moz-webgpu-cts-v0.10.2...moz-webgpu-cts-v0.11.0

Install moz-webgpu-cts 0.11.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-v0.11.0/moz-webgpu-cts-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v0.11.0/moz-webgpu-cts-installer.ps1 | iex"

Download moz-webgpu-cts 0.11.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-v0.10.2

27 Jun 19:50
58b4d4a
Compare
Choose a tag to compare

Install moz-webgpu-cts 0.10.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v0.10.2/moz-webgpu-cts-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v0.10.2/moz-webgpu-cts-installer.ps1 | iex"

Download moz-webgpu-cts 0.10.2

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-v0.10.1

12 Jun 16:10
4aea535
Compare
Choose a tag to compare

What's Changed

Full Changelog: moz-webgpu-cts-v0.10.0...moz-webgpu-cts-v0.10.1

Install moz-webgpu-cts 0.10.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-v0.10.1/moz-webgpu-cts-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v0.10.1/moz-webgpu-cts-installer.ps1 | iex"

Download moz-webgpu-cts 0.10.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-unknown-linux-gnu.tar.xz x64 Linux checksum

whippit-v0.6.2

11 Jun 18:38
d1e1ad9
Compare
Choose a tag to compare

What's Changed

  • fix(whippit): repair broken indexmap export for unstructured-properties by @ErichDonGubler in #115

Full Changelog: whippit-v0.6.1...whippit-v0.6.2

moz-webgpu-cts-v0.10.0

10 Jun 19:05
7b64a0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: moz-webgpu-cts-v0.9.3...moz-webgpu-cts-v0.10.0

Install moz-webgpu-cts 0.10.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-v0.10.0/moz-webgpu-cts-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/ErichDonGubler/moz-webgpu-cts/releases/download/moz-webgpu-cts-v0.10.0/moz-webgpu-cts-installer.ps1 | iex"

Download moz-webgpu-cts 0.10.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

whippit-v0.6.1

06 Jun 20:08
98e2ff9
Compare
Choose a tag to compare
chore: Release whippit version 0.6.1