github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 86540 tests passed
* 1288 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.Sema/format-strings.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 -fblocks -fsyntax-only -verify -Wformat-nonliteral
-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/Inputs
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.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 -fblocks -fsyntax-only -verify -Wformat-nonliteral
-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/Inputs
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
# .---command stderr------------
# | error: 'expected-warning' diagnostics expected but not seen:
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 990: format specifies type 'size_t' (aka '{{.+}}') but the argument has
type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 991: format specifies type 'ptrdiff_t' (aka '{{.+}}') but the argument
has type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 993: format specifies type 'intmax_t' (aka '{{.+}}') but the argument has
type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 994: format specifies type 'long long' but the argument has type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 995: format specifies type 'long' but the argument has type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1001: format specifies type 'signed size_t *' (aka '{{.+}}') but the
argument has type '_Bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1002: format specifies type 'intmax_t *' (aka '{{.+}}') but the argument
has type '_Bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1003: format specifies type 'long long *' but the argument has type
'_Bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1004: format specifies type 'long *' but the argument has type '_Bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1005: format specifies type 'int *' but the argument has type '_Bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1006: format specifies type 'signed char *' but the argument has type
'_Bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1010: format specifies type 'char *' but the argument has type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1015: format specifies type 'double' but the argument has type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1016: format specifies type 'double' but the argument has type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1017: format specifies type 'double' but the argument has type '_Bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1018: format specifies type 'double' but the argument has type '_Bool'
# | error: 'expected-warning' diagnostics seen but not expected:
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 990: format specifies type 'size_t' (aka 'unsigned long') but the
argument has type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 991: format specifies type 'ptrdiff_t' (aka 'long') but the argument has
type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 993: format specifies type 'intmax_t' (aka 'long') but the argument has
type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 994: format specifies type 'long long' but the argument has type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 995: format specifies type 'long' but the argument has type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1001: format specifies type 'signed size_t *' (aka 'long *') but the
argument has type 'bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1002: format specifies type 'intmax_t *' (aka 'long *') but the argument
has type 'bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1003: format specifies type 'long long *' but the argument has type 'bool
*'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1004: format specifies type 'long *' but the argument has type 'bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1005: format specifies type 'int *' but the argument has type 'bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1006: format specifies type 'signed char *' but the argument has type
'bool *'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1010: format specifies type 'char *' but the argument has type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1015: format specifies type 'double' but the argument has type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1016: format specifies type 'double' but the argument has type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1017: format specifies type 'double' but the argument has type 'bool'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/format-strings.c
Line 1018: format specifies type 'double' but the argument has type 'bool'
# | 32 errors generated.
# `-----------------------------
# 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/126694
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits