-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
help requiredWe need community help to make this happen.We need community help to make this happen.type: trackingNot a bug or an enhancementNot a bug or an enhancement
Description
Trying something new here:
To make sure that we are aware of issues on many different pieces of hardware, I want to ask for people's help in running our test suite on their machine and posting the results here.
Setup:
- clone/checkout wgpu's trunk branch
cargo +stable install cargo-nextest(binstall also works).- Important on Windows/Linux: Install the Vulkan SDK. This will cause failures on vulkan if this isn't present. Make sure the
bindirectory is in your PATH, and theVULKAN_SDKenv var is set. Mac will experience a single failure of convert_snapshots_spv if this isn't done.
Running on Powershell:
cargo run --bin wgpu-info -v | Tee-Object -FilePath wgpu-info.txt
cargo xtask test 2>&1 | Tee-Object -FilePath tests.txtRunning on Bash:
cargo run --bin wgpu-info -v | tee wgpu-info.txt
cargo xtask test 2>&1 | tee tests.txtPost the following:
- OS/Version
git rev-parse HEAD- Upload tests.txt and wgpu-info.txt as attachments.
- Any other information that might be useful.
Common Problems
rust-lld: error: could not open 'atls.lib': no such file or directory
- Open Visual Studio Installer
- Modify Installation
- Generic: Make sure "Desktop Developement for C++" is clicked
- Specific: Make sure "C++ ATL for latest build tools" in the category of desktop development is clicked.
- Hit "modify"
Metadata
Metadata
Assignees
Labels
help requiredWe need community help to make this happen.We need community help to make this happen.type: trackingNot a bug or an enhancementNot a bug or an enhancement