Three Comgr lit tests under spirv-tests/ consistently fail on Windows builds (seen in the SPIRV CI Windows variant on ROCm/SPIRV-LLVM-Translator PR #196):
Comgr :: spirv-tests/source-to-spirv-spirv-backend.hip
Comgr :: spirv-tests/source-to-spirv.hip
Comgr :: spirv-tests/spirv-translator-honors-driver-flags.hip
All three exercise Comgr's SOURCE_TO_SPIRV action. Failures pass on Linux with the same source tree and toolchain versions. Errors surfaced by lit are opaque (returned via amd_comgr_do_action() rather than to stderr) — needs investigation with AMD_COMGR_REDIRECT_LOGS=stderr and a local Windows repro.
Filed so the SPIRV CI Windows job can either filter or treat these as informational while triage proceeds. Related: #2479 (HotswapMCTests Windows link failure).
Three Comgr lit tests under
spirv-tests/consistently fail on Windows builds (seen in the SPIRV CI Windows variant onROCm/SPIRV-LLVM-TranslatorPR #196):Comgr :: spirv-tests/source-to-spirv-spirv-backend.hipComgr :: spirv-tests/source-to-spirv.hipComgr :: spirv-tests/spirv-translator-honors-driver-flags.hipAll three exercise Comgr's
SOURCE_TO_SPIRVaction. Failures pass on Linux with the same source tree and toolchain versions. Errors surfaced by lit are opaque (returned viaamd_comgr_do_action()rather than to stderr) — needs investigation withAMD_COMGR_REDIRECT_LOGS=stderrand a local Windows repro.Filed so the SPIRV CI Windows job can either filter or treat these as informational while triage proceeds. Related: #2479 (HotswapMCTests Windows link failure).