The test `Feature/Textures/SRVToUAV.test.yaml` fails on the GitHub Actions Runner `windows-amd` when building target `check-hlsl-vk`. Logs: ``` FAIL: OffloadTest-vk :: Feature/Textures/SRVToUAV.test.yaml (135 of 153) ******************** TEST 'OffloadTest-vk :: Feature/Textures/SRVToUAV.test.yaml' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 74 c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\split-file.exe C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\Textures\SRVToUAV.test.yaml C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp # executed command: 'c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\split-file.exe' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\Textures\SRVToUAV.test.yaml' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp' # RUN: at line 75 "C:\actions-runner\_work\offload-test-suite\offload-test-suite\DXC\build\bin\dxc.exe" -spirv -fspv-target-env=vulkan1.3 -T cs_6_0 -Fo C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp.o C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp/source.hlsl # executed command: 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\DXC\build\bin\dxc.exe' -spirv -fspv-target-env=vulkan1.3 -T cs_6_0 -Fo 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp.o' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp/source.hlsl' # RUN: at line 76 c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\offloader.exe C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp/pipeline.yaml C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp.o # executed command: 'c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\offloader.exe' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp/pipeline.yaml' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\Textures\Output\SRVToUAV.test.yaml.tmp.o' # .---command stdout------------ # | Using Vulkan API # | Physical device created. # | Copy command buffer created. # | Memory buffers created. # | Executed copy command buffer. # | Execute command buffer created. # | Descriptors: { type = 2, count = 1 } # | Descriptors: { type = 3, count = 1 } # | Descriptor pool created. # | Binding 2 descriptors. # | Num Descriptor sets: 1 # | Updating Descriptor [0] { 0, 0 } # | Updating Descriptor [1] { 0, 1 } # | WriteDescriptors: 2 # | Descriptor sets created. # | Shader module created. # | Compute pipeline created. # | Compute commands created. # | Executed compute command buffer. # | Compute pipeline created. # | Cleanup complete. # `----------------------------- # .---command stderr------------ # | Test failed: Test1 # | Comparison Rule: BufferExact # | Expected: # | --- # | Name: ExpectedOut # | Format: Float32 # | Channels: 4 # | Data: [ 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1 ] # | OutputProps: # | Height: 2 # | Width: 2 # | Depth: 16 # | ... # | Got: # | --- # | Name: Out # | Format: Float32 # | Channels: 4 # | Data: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] # | OutputProps: # | Height: 2 # | Width: 2 # | Depth: 16 # | ... # | Full Hex 64bit representation of Expected Buffer Values: # | [ 0x0, 0x0, 0x1, 0x1, 0x0, 0x1, 0x0, 0x1, 0x1, 0x0, 0x0, 0x1, 0x0, 0x1, 0x1, 0x1 ] # | Full Hex 64bit representation of Actual Buffer Values: # | [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ] # | # `----------------------------- # error: command failed with exit status: 1 -- ******************** ```