github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 86330 tests passed
* 1274 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGen/c23-constexpr-member-access.c</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=c23 -emit-llvm -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/c23-constexpr-member-access.c
| /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/c23-constexpr-member-access.c
# 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=c23 -emit-llvm -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/c23-constexpr-member-access.c
# note: command had no output on stdout or stderr
# 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/CodeGen/c23-constexpr-member-access.c
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/c23-constexpr-member-access.c:15:11:
error: CHECK: expected string not found in input
# | // CHECK: %arr = alloca [10 x i32], align 4
# | ^
# | <stdin>:7:28: note: scanning from here
# | define dso_local void @t1() #0 {
# | ^
# | <stdin>:9:2: note: possible intended match here
# | %arr = alloca [10 x i32], align 16
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/c23-constexpr-member-access.c:22:11:
error: CHECK: expected string not found in input
# | // CHECK: %arr = alloca [512 x i32], align 4
# | ^
# | <stdin>:18:28: note: scanning from here
# | define dso_local void @t2() #0 {
# | ^
# | <stdin>:20:2: note: possible intended match here
# | %arr = alloca [512 x i32], align 16
# | ^
# |
# | Input file: <stdin>
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/c23-constexpr-member-access.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: ; ModuleID =
'/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/c23-constexpr-member-access.c'
# | 2: source_filename =
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/c23-constexpr-member-access.c"
# | 3: target datalayout =
"e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
# | 4: target triple = "x86_64-unknown-linux-gnu"
# | 5:
# | 6: ; Function Attrs: noinline nounwind optnone
# | 7: define dso_local void @t1() #0 {
# | check:15'0 X~~~~~ error: no match found
# | 8: entry:
# | check:15'0 ~~~~~~~
# | 9: %arr = alloca [10 x i32], align 16
# | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:15'1 ? possible intended match
# | 10: %arraydecay = getelementptr inbounds [10 x i32], ptr %arr,
i64 0, i64 0
# | check:15'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 11: call void @f(ptr noundef %arraydecay)
# | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 12: ret void
# | check:15'0 ~~~~~~~~~~
# | 13: }
# | check:15'0 ~~
# | 14:
# | check:15'0 ~
# | 15: declare void @f(ptr noundef) #1
# | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 16:
# | check:15'0 ~
# | 17: ; Function Attrs: noinline nounwind optnone
# | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 18: define dso_local void @t2() #0 {
# | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:22'0 X~~~~~ error: no match found
# | 19: entry:
# | check:22'0 ~~~~~~~
# | 20: %arr = alloca [512 x i32], align 16
# | check:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:22'1 ? possible intended match
# | 21: %arraydecay = getelementptr inbounds [512 x i32], ptr %arr,
i64 0, i64 0
# | check:22'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 22: call void @f(ptr noundef %arraydecay)
# | check:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 23: ret void
# | check:22'0 ~~~~~~~~~~
# | 24: }
# | check:22'0 ~~
# | 25:
# | check:22'0 ~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# 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/182770
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits