gecko-dev/dom/webgpu/tests/cts
Teodor Tanasoaia b6e2ffda89 Bug 1915827 - update WebGPU CTS to 3d243847001f77fc98159169d654bc2d57e0dbde r=webgpu-reviewers,ErichDonGubler
Differential Revision: https://phabricator.services.mozilla.com/D220716
2024-08-30 16:45:14 +00:00
..
checkout Bug 1915827 - update WebGPU CTS to 3d243847001f77fc98159169d654bc2d57e0dbde r=webgpu-reviewers,ErichDonGubler 2024-08-30 16:45:14 +00:00
vendor Bug 1909265 - test(webgpu): note actual repo. tech. in Gecko checkout find errs. r=webgpu-reviewers,teoxoy 2024-07-24 13:40:45 +00:00
README.md Bug 1720941, part 1: build(ci): integrate WebGPU CTS into CI r=webgpu-reviewers,taskgraph-reviewers,jmaher,jimb 2023-03-22 14:03:50 +00:00
checkout_commit.txt Bug 1915827 - update WebGPU CTS to 3d243847001f77fc98159169d654bc2d57e0dbde r=webgpu-reviewers,ErichDonGubler 2024-08-30 16:45:14 +00:00

README.md

WebGPU CTS vendor checkout

This directory contains the following:

.
├── README.md # You are here!
├── arguments.txt # Used by `vendor/`
├── checkout/ # Our vendored copy of WebGPU CTS
├── myexpectations.txt # Used by `vendor/`
└── vendor/ # Rust binary crate for updating `checkout/` and generating WPT tests

Re-vendoring

You can re-vendor by running the Rust binary crate from its Cargo project root. Change your working directory to vendor/ and invoke cargo run -- --help for more details.