Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failures on Dx12/AMD #6830

Open
fryeb opened this issue Dec 26, 2024 · 5 comments
Open

Test failures on Dx12/AMD #6830

fryeb opened this issue Dec 26, 2024 · 5 comments
Assignees
Labels
api: dx12 Issues with DX12 or DXGI area: tests Improvements or issues with our test suite help required We need community help to make this happen.

Comments

@fryeb
Copy link
Contributor

fryeb commented Dec 26, 2024

Description
wgpu_test::device::request_device_error_message_native appears to fail on AMD Radeon 780M/2 and 7700S/3 when using the Dx12 backend. This error might be related to #4247 , since I noticed it when working on the fix (previously the test failed on the Vulkan & GL backends as well, now just Dx12).

Repro steps
Run cargo xtask test on a system with the above cards.

Expected vs observed behavior
Expected all tests to pass, but they didn't.

Extra materials
Screenshots to help explain your problem.
Validation logs can be attached in case there are warnings and errors.
Zip-compressed API traces and GPU captures can also land here.
image

Platform
Windows 11, AMD Radeon 780M & AMD Radeon 7700S

@cwfitzgerald
Copy link
Member

What is the output from the failing tests?

@fryeb
Copy link
Contributor Author

fryeb commented Dec 30, 2024

Both failures look like this:
image

Which seems similar to #4247 #4247

@fryeb
Copy link
Contributor Author

fryeb commented Dec 30, 2024

Do the tests initialize all the backends or just the one that is being tested?

@cwfitzgerald
Copy link
Member

Just the one being tested.

@ErichDonGubler ErichDonGubler self-assigned this Jan 6, 2025
@ErichDonGubler
Copy link
Member

Will try reproducing.

@cwfitzgerald cwfitzgerald added help required We need community help to make this happen. api: dx12 Issues with DX12 or DXGI area: tests Improvements or issues with our test suite labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: dx12 Issues with DX12 or DXGI area: tests Improvements or issues with our test suite help required We need community help to make this happen.
Projects
Status: Todo
Development

No branches or pull requests

3 participants