-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The test Bugs/Adjacent-Partial-Writes.yaml
fails on the GitHub Actions Runner windows-amd
when building targets check-hlsl-d3d12
and check-hlsl-clang-d3d12
.
Logs (same for both targets):
FAIL: OffloadTest-clang-d3d12 :: Bugs/Adjacent-Partial-Writes.yaml (26 of 153)
******************** TEST 'OffloadTest-clang-d3d12 :: Bugs/Adjacent-Partial-Writes.yaml' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 72
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\Bugs\Adjacent-Partial-Writes.yaml C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.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\Bugs\Adjacent-Partial-Writes.yaml' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp'
# RUN: at line 73
c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\clang-dxc.exe --dxv-path=C:/actions-runner/_work/offload-test-suite/offload-test-suite/DXC/build/bin -T cs_6_5 -Fo C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp.o C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp/source.hlsl
# executed command: 'c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\clang-dxc.exe' --dxv-path=C:/actions-runner/_work/offload-test-suite/offload-test-suite/DXC/build/bin -T cs_6_5 -Fo 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp.o' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp/source.hlsl'
# .---command stdout------------
# | Signed DxilContainer written to "C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp.o"
# | Validation succeeded.
# `-----------------------------
# RUN: at line 74
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\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp/pipeline.yaml C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.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\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp/pipeline.yaml' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Bugs\Output\Adjacent-Partial-Writes.yaml.tmp.o'
# .---command stdout------------
# | Using DirectX API
# | Configuring execution on device: AMD Radeon RX 9070
# | RootSignature created.
# | Descriptor heap created.
# | PSO created.
# | Command structures created.
# | Creating SRV: { Size = 32, Register = t0, Space = 0 }
# | Creating UAV: { Size = 48, Register = u1, Space = 0, HasCounter = 0 }
# | EltSize = 32 NumElts = 1
# | SRV: HeapIdx = 0 EltSize = 32 NumElts = 1
# | EltSize = 16 NumElts = 3
# | UAV: HeapIdx = 1 EltSize = 16 NumElts = 3 HasCounter = 0
# | Buffers created.
# | Event prepared.
# | Compute command list created.
# | Compute commands executed.
# | Read data back.
# `-----------------------------
# .---command stderr------------
# | Test failed: Test1
# | Comparison Rule: BufferExact
# | Expected:
# | ---
# | Name: ExpectedOut
# | Format: UInt32
# | Stride: 16
# | Data: [ 3, 0, 32, 64, 3, 0, 32, 64, 3, 0, 111, 112 ]
# | OutputProps:
# | Height: 0
# | Width: 0
# | Depth: 0
# | ...
# | Got:
# | ---
# | Name: OutInt
# | Format: UInt32
# | Stride: 16
# | Data: [ 3, 3, 32, 32, 3, 3, 32, 64, 3, 3, 111, 112 ]
# | OutputProps:
# | Height: 0
# | Width: 0
# | Depth: 0
# | ...
# | Full Hex 64bit representation of Expected Buffer Values:
# | [ 0x3, 0x0, 0x20, 0x40, 0x3, 0x0, 0x20, 0x40, 0x3, 0x0, 0x6f, 0x70 ]
# | Full Hex 64bit representation of Actual Buffer Values:
# | [ 0x3, 0x3, 0x20, 0x20, 0x3, 0x3, 0x20, 0x40, 0x3, 0x3, 0x6f, 0x70 ]
# |
# `-----------------------------
# error: command failed with exit status: 1
--
********************
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Planning