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

Failure to fail in Vulkan/llvmpipe (LLVM 17.0.6, 256 bits)/1] wgpu_test::shader::struct_layout::uniform_input #5665

Open
jimblandy opened this issue May 5, 2024 · 7 comments

Comments

@jimblandy
Copy link
Member

This test fails on Fedora 39 because the expected error message is not generated:

[2024-05-05T10:00:11Z ERROR wgpu_test::expectations] Expected to fail due to [FailureReason { kind: Some(ValidationError), message: Some("a matrix with stride 8 not satisfying alignment to 16") }], but did not fail
thread '<unnamed>' panicked at tests/src/run.rs:119:9:
tests/tests/shader/struct_layout.rs:359:46: test "wgpu_test::shader::struct_layout::uniform_input" did not behave as expected
@teoxoy
Copy link
Member

teoxoy commented May 14, 2024

I'm also seeing the same thing and I'm using the same mesa and vulkan-sdk version as CI. This is odd since CI is green.

@cwfitzgerald
Copy link
Member

I seem to get this sporadically too locally. I don't know why

@cwfitzgerald
Copy link
Member

cwfitzgerald commented May 16, 2024

It seems like this is a regression in SDK 1.3.280.0 doesn't reproduce in the recent release 1.3.283.0, does that match y'all' experience

@cwfitzgerald
Copy link
Member

Alright, this is totally weird, it worked once, then stopped working again

@teoxoy
Copy link
Member

teoxoy commented May 16, 2024

I can try a newer SDK but it's odd that CI is green while this fails locally for all of us.

@teoxoy
Copy link
Member

teoxoy commented May 16, 2024

There don't seem to be any env variables involved that should affect this either.

@cwfitzgerald
Copy link
Member

I tried #5711 to see if it failed there, as CI was on an older SDK, but nope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants