Skip to content

Un-XFAIL test now that llvm/llvm-project#144580 is resolved #278

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bogner
Copy link
Collaborator

@bogner bogner commented Jul 8, 2025

This test no longer fails because of the original issue, but still has issues
on intel drivers due to llvm/llvm-project#148270

@bogner bogner requested a review from s-perron July 8, 2025 18:15
Copy link
Contributor

@s-perron s-perron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we can enable this test yet. The problem is that the Intel driver does not support storage images with unknown format. Note that the test will pass if you use a driver that supports this feature, which make the XFAIL awkward.

I need to change the clang compiler to match DXC, and guess at the format. I just opened llvm/llvm-project#148270 to fix this issue.

@bogner
Copy link
Collaborator Author

bogner commented Jul 11, 2025

I don't think we can enable this test yet. The problem is that the Intel driver does not support storage images with unknown format. Note that the test will pass if you use a driver that supports this feature, which make the XFAIL awkward.

Updated the XFAIL to just intel since it does pass on other drivers

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

Successfully merging this pull request may close these issues.

3 participants