github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 51511 tests passed
* 868 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### Clang
<details>
<summary>Clang.CodeGen/windows-seh-EHa-CppCatchReturn.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\22\include -nostdsysteminc 
-triple x86_64-windows -fasync-exceptions -fcxx-exceptions -fexceptions 
-fms-extensions -x c++ -Wno-implicit-function-declaration -emit-llvm 
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\windows-seh-EHa-CppCatchReturn.cpp
 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\windows-seh-EHa-CppCatchReturn.cpp
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\22\include' -nostdsysteminc 
-triple x86_64-windows -fasync-exceptions -fcxx-exceptions -fexceptions 
-fms-extensions -x c++ -Wno-implicit-function-declaration -emit-llvm 
'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\windows-seh-EHa-CppCatchReturn.cpp'
 -o -
# 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\CodeGen\windows-seh-EHa-CppCatchReturn.cpp'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\windows-seh-EHa-CppCatchReturn.cpp:6:15:
 error: CHECK-NOT: excluded string found in input
# | // CHECK-NOT: llvm.seh.scope.end
# |               ^
# | <stdin>:15:15: note: found here
# |  invoke void @llvm.seh.scope.end()
# |               ^~~~~~~~~~~~~~~~~~
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\windows-seh-EHa-CppCatchReturn.cpp
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |        .
# |        .
# |        .
# |       10: entry: 
# |       11:  invoke void @llvm.seh.try.begin() 
# |       12:  to label %invoke.cont unwind label %catch.dispatch 
# |       13:  
# |       14: invoke.cont: ; preds = %entry 
# |       15:  invoke void @llvm.seh.scope.end() 
# | not:6                   !~~~~~~~~~~~~~~~~~    error: no match expected
# |       16:  to label %invoke.cont1 unwind label %catch.dispatch 
# |       17:  
# |       18: catch.dispatch: ; preds = %invoke.cont, %entry 
# |       19:  %0 = catchswitch within none [label %catch] unwind to caller 
# |       20:  
# |        .
# |        .
# |        .
# | >>>>>>
# `-----------------------------
# 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/167176
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to