github-actions[bot] wrote:

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

* 52711 tests passed
* 974 tests skipped
* 1 test failed

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

### Clang
<details>
<summary>Clang.CodeGenCXX/ubsan-new-checks.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 
-triple x86_64-linux-gnu -std=c++11 -emit-llvm -fsanitize=alignment 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\ubsan-new-checks.cpp 
-o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\ubsan-new-checks.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\23\include' -nostdsysteminc 
-triple x86_64-linux-gnu -std=c++11 -emit-llvm -fsanitize=alignment 
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\ubsan-new-checks.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\CodeGenCXX\ubsan-new-checks.cpp'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\ubsan-new-checks.cpp:143:16:
 error: CHECK-NOT: excluded string found in input
# |  // CHECK-NOT: and i64
# |                ^
# | <stdin>:372:7: note: found here
# |  %5 = and i64 %4, 31, !nosanitize !2
# |       ^~~~~~~
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCXX\ubsan-new-checks.cpp
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |          .
# |          .
# |          .
# |        367:  unreachable, !nosanitize !2 
# |        368:  
# |        369: cont: ; preds = %entry 
# |        370:  %3 = load ptr, ptr %ptr.addr, align 8 
# |        371:  %4 = ptrtoint ptr %3 to i64, !nosanitize !2 
# |        372:  %5 = and i64 %4, 31, !nosanitize !2 
# | not:143           !~~~~~~                         error: no match expected
# |        373:  %6 = icmp eq i64 %5, 0, !nosanitize !2 
# |        374:  br i1 %6, label %cont2, label %handler.type_mismatch1, !prof 
!3, !nosanitize !2 
# |        375:  
# |        376: handler.type_mismatch1: ; preds = %cont 
# |        377:  call void @__ubsan_handle_type_mismatch_v1_abort(ptr @23, i64 
%4) #6, !nosanitize !2 
# |          .
# |          .
# |          .
# | >>>>>>
# `-----------------------------
# 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/183017
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to