-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The test Feature/StructuredBuffer/stride.test
fails on the GitHub Actions Runner windows-amd
when building targets check-hlsl-d3d12
and check-hlsl-clang-d3d12
.
Logs (same for both build targets):
FAIL: OffloadTest-clang-d3d12 :: Feature/StructuredBuffer/stride.test (133 of 153)
******************** TEST 'OffloadTest-clang-d3d12 :: Feature/StructuredBuffer/stride.test' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 47
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\StructuredBuffer\stride.test C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Feature\StructuredBuffer\Output\stride.test.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\StructuredBuffer\stride.test' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Feature\StructuredBuffer\Output\stride.test.tmp'
# RUN: at line 48
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_0 -Fo C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Feature\StructuredBuffer\Output\stride.test.tmp.o C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Feature\StructuredBuffer\Output\stride.test.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_0 -Fo 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Feature\StructuredBuffer\Output\stride.test.tmp.o' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Feature\StructuredBuffer\Output\stride.test.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\Feature\StructuredBuffer\Output\stride.test.tmp.o"
# | Validation succeeded.
# `-----------------------------
# RUN: at line 49
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\Feature\StructuredBuffer\Output\stride.test.tmp/pipeline.yaml C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Feature\StructuredBuffer\Output\stride.test.tmp.o | c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\filecheck.exe C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\StructuredBuffer\stride.test
# 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\Feature\StructuredBuffer\Output\stride.test.tmp/pipeline.yaml' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\Feature\StructuredBuffer\Output\stride.test.tmp.o'
# executed command: 'c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\filecheck.exe' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\StructuredBuffer\stride.test'
# .---command stderr------------
# | C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\StructuredBuffer\stride.test:55:10: error: CHECK: expected string not found in input
# | # CHECK: Data: [ 1, 2, 3, 4, 5, 6, 7, 8 ]
# | ^
# | <stdin>:34:13: note: scanning from here
# | - Name: Out
# | ^
# | <stdin>:37:2: note: possible intended match here
# | Data: [ 1, 0, 0, 0, 0, 0, 0, 0 ]
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\StructuredBuffer\stride.test
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 29: Data: [ 1, 2, 3, 4, 5, 6, 7, 8 ]
# | 30: OutputProps:
# | 31: Height: 0
# | 32: Width: 0
# | 33: Depth: 0
# | 34: - Name: Out
# | check:55'0 X error: no match found
# | 35: Format: Float32
# | check:55'0 ~~~~~~~~~~~~~~~~~
# | 36: Stride: 4
# | check:55'0 ~~~~~~~~~~~
# | 37: Data: [ 1, 0, 0, 0, 0, 0, 0, 0 ]
# | check:55'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:55'1 ? possible intended match
# | 38: OutputProps:
# | check:55'0 ~~~~~~~~~~~~~~
# | 39: Height: 0
# | check:55'0 ~~~~~~~~~~~
# | 40: Width: 0
# | check:55'0 ~~~~~~~~~~
# | 41: Depth: 0
# | check:55'0 ~~~~~~~~~~
# | 42: DescriptorSets:
# | check:55'0 ~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
********************
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Planning