[clang] [NFC] Add redirect the output (PR #179623)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 4 00:54:02 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 52367 tests passed
* 935 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGenCXX/exceptions-seh.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc -std=c++11 -fblocks -fms-extensions C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp -triple=x86_64-windows-msvc -emit-llvm -o - -mconstructor-aliases -fcxx-exceptions -fexceptions | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp --check-prefix=CHECK --check-prefix=CXXEH
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc -std=c++11 -fblocks -fms-extensions 'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp' -triple=x86_64-windows-msvc -emit-llvm -o - -mconstructor-aliases -fcxx-exceptions -fexceptions
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp' --check-prefix=CHECK --check-prefix=CXXEH
# note: command had no output on stdout or stderr
# RUN: at line 4
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc -std=c++11 -fblocks -fms-extensions C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp -triple=x86_64-windows-msvc -emit-llvm -o - -mconstructor-aliases -O1 -disable-llvm-passes | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp --check-prefix=CHECK --check-prefix=NOCXX
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc -std=c++11 -fblocks -fms-extensions 'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp' -triple=x86_64-windows-msvc -emit-llvm -o - -mconstructor-aliases -O1 -disable-llvm-passes
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp' --check-prefix=CHECK --check-prefix=NOCXX
# note: command had no output on stdout or stderr
# RUN: at line 7
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc -triple x86_64-windows -fasync-exceptions -fcxx-exceptions -fexceptions -fms-extensions -x c++ -emit-llvm -verify -o - /dev/null C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp -DERR1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc -triple x86_64-windows -fasync-exceptions -fcxx-exceptions -fexceptions -fms-extensions -x c++ -emit-llvm -verify -o - /dev/null 'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\exceptions-seh.cpp' -DERR1
# .---command stdout------------
# | ; ModuleID = 'C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-_57cwl1n\tmp0wv1jwte'
# | source_filename = "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-_57cwl1n\\tmp0wv1jwte"
# | target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
# | target triple = "x86_64-unknown-windows-msvc"
# |
# | !llvm.dbg.cu = !{!0}
# | !llvm.module.flags = !{!2, !3, !4, !5}
# | !llvm.ident = !{!6}
# |
# | !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !1, producer: "clang version 23.0.0git (https://github.com/llvm/llvm-project 0cf17f651edf15b45a94be85d1a39783a7a314a6)", isOptimized: false, runtimeVersion: 0, emissionKind: NoDebug, splitDebugInlining: false, nameTableKind: None)
# | !1 = !DIFile(filename: "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-_57cwl1n\\<stdin>", directory: "")
# | !2 = !{i32 2, !"Debug Info Version", i32 3}
# | !3 = !{i32 1, !"wchar_size", i32 2}
# | !4 = !{i32 2, !"eh-asynch", i32 1}
# | !5 = !{i32 1, !"MaxTLSAlign", i32 65536}
# | !6 = !{!"clang version 23.0.0git (https://github.com/llvm/llvm-project 0cf17f651edf15b45a94be85d1a39783a7a314a6)"}
# `-----------------------------
# .---command stderr------------
# | error: no expected directives found: consider use of 'expected-no-diagnostics'
# | 1 error generated.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/179623
More information about the cfe-commits
mailing list