Un-XFAIL test now that llvm/llvm-project#144580 is resolved#278
Conversation
This test is now passing.
There was a problem hiding this comment.
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.
Updated the XFAIL to just intel since it does pass on other drivers |
|
Uhm, I've accidentally added this change as part of #302. Sorry? :) |
Yours actually passes the tests so it seems better… |
This test no longer fails because of the original issue, but still has issues
on intel drivers due to llvm/llvm-project#148270