github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 87096 tests passed
* 1343 tests skipped
* 1 test failed

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

### Clang
<details>
<summary>Clang.CodeGenCXX/new.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
 -nostdsysteminc -std=c++14 -triple x86_64-unknown-unknown 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp
 -emit-llvm -o - | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
 -nostdsysteminc -std=c++14 -triple x86_64-unknown-unknown 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp
 -emit-llvm -o -
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp:326:5:
 warning: 'delete[]' applied to a pointer that was allocated with 'new'; did 
you mean 'delete'? [-Wmismatched-new-delete]
# |   326 |     delete[] p; // expected-warning {{'delete[]' applied to a 
pointer that was allocated with 'new'; did you mean 'delete'?}}
# |       |     ^     ~~
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp:319:14:
 note: allocated with 'new' here
# |   319 |     int *p = new int; // expected-note {{allocated with 'new' here}}
# |       |              ^
# | 1 warning generated.
# `-----------------------------
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp:226:17:
 error: CHECK-NEXT: is not on the line after the previous match
# |  // CHECK-NEXT: [[END:%.*]] = getelementptr inbounds [[A:.*]], ptr [[P]], 
i64 5
# |                 ^
# | <stdin>:424:2: note: 'next' match was here
# |  %arrayctor.end = getelementptr inbounds %"struct.test15::A", ptr %0, i64 5
# |  ^
# | <stdin>:422:20: note: previous match ended here
# |  %0 = load ptr, ptr %p.addr, align 8
# |                    ^
# | <stdin>:423:1: note: non-matching line after previous match is here
# |  store %"struct.test15::A" poison, ptr %0, align 1
# | ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp:260:17:
 error: CHECK-NEXT: is not on the line after the previous match
# |  // CHECK-NEXT: [[ISEMPTY:%.*]] = icmp eq i64 [[T0]], 0
# |                 ^
# | <stdin>:483:2: note: 'next' match was here
# |  %isempty = icmp eq i64 %conv, 0
# |  ^
# | <stdin>:481:20: note: previous match ended here
# |  %1 = load ptr, ptr %p.addr, align 8
# |                    ^
# | <stdin>:482:1: note: non-matching line after previous match is here
# |  store %"struct.test15::A" poison, ptr %1, align 1
# | ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/new.cpp
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |           .
# |           .
# |           .
# |         419: entry: 
# |         420:  %p.addr = alloca ptr, align 8 
# |         421:  store ptr %p, ptr %p.addr, align 8 
# |         422:  %0 = load ptr, ptr %p.addr, align 8 
# |         423:  store %"struct.test15::A" poison, ptr %0, align 1 
# |         424:  %arrayctor.end = getelementptr inbounds %"struct.test15::A", 
ptr %0, i64 5 
# | next:226      
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
error: match on wrong line
# |         425:  br label %arrayctor.loop 
# |         426:  
# |         427: arrayctor.loop: ; preds = %arrayctor.loop, %entry 
# |         428:  %arrayctor.cur = phi ptr [ %0, %entry ], [ %arrayctor.next, 
%arrayctor.loop ] 
# |         429:  call void @_ZN6test151AC1Ev(ptr noundef nonnull align 1 
dereferenceable(1) %arrayctor.cur) 
# |           .
# |           .
# |           .
# |         478:  store i32 %n, ptr %n.addr, align 4 
# |         479:  %0 = load i32, ptr %n.addr, align 4 
# |         480:  %conv = sext i32 %0 to i64 
# |         481:  %1 = load ptr, ptr %p.addr, align 8 
# |         482:  store %"struct.test15::A" poison, ptr %1, align 1 
# |         483:  %isempty = icmp eq i64 %conv, 0 
# | next:260      !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  error: match on wrong line
# |         484:  br i1 %isempty, label %arrayctor.cont, label %new.ctorloop 
# |         485:  
# |         486: new.ctorloop: ; preds = %entry 
# |         487:  %arrayctor.end = getelementptr inbounds %"struct.test15::A", 
ptr %1, i64 %conv 
# |         488:  br label %arrayctor.loop 
# |           .
# |           .
# |           .
# | >>>>>>
# `-----------------------------
# 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/188001
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to