github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 51627 tests passed
* 889 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGen/stack-protector-vars.c</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
-emit-llvm -o -
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\stack-protector-vars.c |
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\stack-protector-vars.c
# 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
-emit-llvm -o -
'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\stack-protector-vars.c'
# 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\stack-protector-vars.c'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\stack-protector-vars.c:9:11:
error: CHECK: expected string not found in input
# | // CHECK: %a = alloca [1000 x i8], align 1, !stack-protector ![[A:.*]]
# | ^
# | <stdin>:11:29: note: scanning from here
# | define dso_local void @test1(ptr noundef %msg) #0 {
# | ^
# | <stdin>:14:2: note: possible intended match here
# | %a = alloca [1000 x i8], align 16, !stack-protector !6
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\stack-protector-vars.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 6: $"??_C@_03OFAPEBGM@?$CFs?6?$AA@" = comdat any
# | 7:
# | 8: @"??_C@_03OFAPEBGM@?$CFs?6?$AA@" = linkonce_odr dso_local
unnamed_addr constant [4 x i8] c"%s\0A\00", comdat, align 1
# | 9:
# | 10: ; Function Attrs: noinline nounwind optnone
# | 11: define dso_local void @test1(ptr noundef %msg) #0 {
# | check:9'0 X~~~~~~~~~~~~~~~~~~~~~~~ error:
no match found
# | 12: entry:
# | check:9'0 ~~~~~~~
# | 13: %msg.addr = alloca ptr, align 8
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 14: %a = alloca [1000 x i8], align 16, !stack-protector !6
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:9'1 ?
possible intended match
# | 15: store ptr %msg, ptr %msg.addr, align 8
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 16: %0 = load ptr, ptr %msg.addr, align 8
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 17: %arraydecay = getelementptr inbounds [1000 x i8], ptr %a,
i64 0, i64 0
# | check:9'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 18: %call = call ptr @strcpy(ptr noundef %arraydecay, ptr
noundef %0) #3
# | check:9'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 19: %arraydecay1 = getelementptr inbounds [1000 x i8], ptr %a,
i64 0, i64 0
# | check:9'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/173311
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits