github-actions[bot] wrote:

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

* 52454 tests passed
* 950 tests skipped
* 2 tests failed

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

### Clang
<details>
<summary>Clang.AST/ByteCode/constexpr.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\23\include -nostdsysteminc 
-std=c23 -verify=ref,both -triple x86_64 -pedantic -Wno-conversion 
-Wno-constant-conversion -Wno-div-by-zero 
C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\constexpr.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\23\include' -nostdsysteminc 
-std=c23 -verify=ref,both -triple x86_64 -pedantic -Wno-conversion 
-Wno-constant-conversion -Wno-div-by-zero 
'C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\constexpr.c'
# .---command stderr------------
# | error: diagnostics with 'error' severity expected but not seen: 
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\constexpr.c Line 311 
(directive at 
C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\constexpr.c:312) 
'both-error': constexpr variable 'V84' must be initialized by a constant 
expression
# | error: diagnostics with 'note' severity expected but not seen: 
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\constexpr.c Line 311 
(directive at 
C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\constexpr.c:313) 
'both-note': this conversion is not allowed in a constant expression
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.Sema/constexpr.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\23\include -nostdsysteminc 
-std=c23 -verify -triple x86_64 -pedantic -Wno-conversion 
-Wno-constant-conversion -Wno-div-by-zero 
C:\_work\llvm-project\llvm-project\clang\test\Sema\constexpr.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\23\include' -nostdsysteminc 
-std=c23 -verify -triple x86_64 -pedantic -Wno-conversion 
-Wno-constant-conversion -Wno-div-by-zero 
'C:\_work\llvm-project\llvm-project\clang\test\Sema\constexpr.c'
# .---command stderr------------
# | error: 'expected-error' diagnostics expected but not seen: 
# |   File C:\_work\llvm-project\llvm-project\clang\test\Sema\constexpr.c Line 
311 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\Sema\constexpr.c:312): constexpr 
variable 'V84' must be initialized by a constant expression
# | error: 'expected-note' diagnostics expected but not seen: 
# |   File C:\_work\llvm-project\llvm-project\clang\test\Sema\constexpr.c Line 
311 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\Sema\constexpr.c:313): this 
conversion is not allowed in a constant expression
# | 2 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/180376
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to