Skip to content

Remove XFAILs from tests related to resources in structs#1096

Draft
hekota wants to merge 1 commit intollvm:mainfrom
hekota:remove-xfail-res-in-structs
Draft

Remove XFAILs from tests related to resources in structs#1096
hekota wants to merge 1 commit intollvm:mainfrom
hekota:remove-xfail-res-in-structs

Conversation

@hekota
Copy link
Copy Markdown
Member

@hekota hekota commented Apr 16, 2026

No description provided.

E e;
StructuredBuffer<int> SrvBuf2;
RWBuffer<int> UavBuf2;
uint n;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I've removed this because:

  1. Vulkan does not support structs with resource and non-resource fiels.
  2. For Clang-DirectX this creates a $Globals constant buffer that is not used. Because it is not mapped to a CBV resource, the offloat test runner crashes during PSO creation. [HLSL][DirectX] Remove unused constant buffers from module llvm-project#192524.

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.

1 participant