Skip to content

Test Feature/StructuredBuffer/inc_counter_array.test fails under windows-amd for build target check-hlsl-d3d12 #337

@Icohedron

Description

@Icohedron

The test Feature/StructuredBuffer/inc_counter_array.test fails on the GitHub Actions Runner windows-amd when building target check-hlsl-d3d12.

Logs:

FAIL: OffloadTest-d3d12 :: Feature/StructuredBuffer/inc_counter_array.test (129 of 153)
******************** TEST 'OffloadTest-d3d12 :: Feature/StructuredBuffer/inc_counter_array.test' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 60
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\inc_counter_array.test C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.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\inc_counter_array.test' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.test.tmp'
# RUN: at line 61
"C:\actions-runner\_work\offload-test-suite\offload-test-suite\DXC\build\bin\dxc.exe" -T cs_6_0 -Fo C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.test.tmp.o C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.test.tmp/source.hlsl
# executed command: 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\DXC\build\bin\dxc.exe' -T cs_6_0 -Fo 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.test.tmp.o' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.test.tmp/source.hlsl'
# RUN: at line 62
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\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.test.tmp/pipeline.yaml C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.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\inc_counter_array.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\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.test.tmp/pipeline.yaml' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\d3d12\Feature\StructuredBuffer\Output\inc_counter_array.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\inc_counter_array.test'
# .---command stderr------------
# | C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\StructuredBuffer\inc_counter_array.test:68:10: error: CHECK: expected string not found in input
# | # CHECK: Counters: [ 1, 2, 3, 4 ]
# |          ^
# | <stdin>:29:13: note: scanning from here
# |  - Name: Out
# |             ^
# | <stdin>:33:2: note: possible intended match here
# |  Counters: [ 4, 3, 2, 1 ]
# |  ^
# | 
# | Input file: <stdin>
# | Check file: C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\StructuredBuffer\inc_counter_array.test
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |            24:  Entry: main 
# |            25:  DispatchSize: [ 1, 1, 1 ] 
# |            26: RuntimeSettings: 
# |            27:  DirectX: {} 
# |            28: Buffers: 
# |            29:  - Name: Out 
# | check:68'0                 X error: no match found
# |            30:  Format: Hex32 
# | check:68'0     ~~~~~~~~~~~~~~~
# |            31:  Stride: 4 
# | check:68'0     ~~~~~~~~~~~
# |            32:  ArraySize: 4 
# | check:68'0     ~~~~~~~~~~~~~~
# |            33:  Counters: [ 4, 3, 2, 1 ] 
# | check:68'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:68'1      ?                         possible intended match
# |            34:  Data: 
# | check:68'0     ~~~~~~~
# |            35:  - [ 0x3 ] 
# | check:68'0     ~~~~~~~~~~~
# |            36:  - [ 0x0 ] 
# | check:68'0     ~~~~~~~~~~~
# |            37:  - [ 0x0 ] 
# | check:68'0     ~~~~~~~~~~~
# |            38:  - [ 0x0 ] 
# | check:68'0     ~~~~~~~~~~~
# |             .
# |             .
# |             .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

********************

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions