github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 54074 tests passed
* 1274 tests skipped
* 4 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.AST/ByteCode/cxx23.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
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=c++20 -fsyntax-only -fcxx-exceptions -Wno-deprecated-volatile
-verify=ref,ref20,all,all20
C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
# 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=c++20 -fsyntax-only -fcxx-exceptions -Wno-deprecated-volatile
-verify=ref,ref20,all,all20
'C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp'
# .---command stderr------------
# | error: diagnostics with 'error' severity expected but not seen:
# | File C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
Line 215 'all20-error': explicit object parameters are incompatible with C++
standards before C++2b
# | File C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
Line 260 'all20-error': explicit object parameters are incompatible with C++
standards before C++2b
# | File C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
Line 269 'all20-error': explicit object parameters are incompatible with C++
standards before C++2b
# | File C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
Line 626 'all20-error': explicit object parameters are incompatible with C++
standards before C++2b
# | error: diagnostics with 'warning' severity seen but not expected:
# | File C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
Line 215: explicit object parameters are a C++23 extension
# | File C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
Line 260: explicit object parameters are a C++23 extension
# | File C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
Line 269: explicit object parameters are a C++23 extension
# | File C:\_work\llvm-project\llvm-project\clang\test\AST\ByteCode\cxx23.cpp
Line 626: explicit object parameters are a C++23 extension
# | 8 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CXX/drs/cwg26xx.cpp</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=c++98 -fexceptions -fcxx-exceptions -pedantic-errors
C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
-verify-directives -Wno-c++23-extensions -verify=expected,cxx98
# 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=c++98 -fexceptions -fcxx-exceptions -pedantic-errors
'C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp'
-verify-directives -Wno-c++23-extensions -verify=expected,cxx98
# .---command stderr------------
# | error: diagnostics with 'error' severity seen but not expected:
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 259: 'auto' type specifier is a C++11 extension
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 259: 'auto' not allowed in function prototype
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 259: the explicit object parameter cannot have a default argument
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 259: expected '(' for function-style cast or type construction
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 261: 'auto' type specifier is a C++11 extension
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 261: lambdas are a C++11 extension
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 261: 'auto' type specifier is a C++11 extension
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 261: 'auto' not allowed in lambda parameter before C++14
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 261: expected '(' for function-style cast or type construction
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 261: the explicit object parameter cannot have a default argument
# | File C:\_work\llvm-project\llvm-project\clang\test\CXX\drs\cwg26xx.cpp
Line 343: called object type 'void (S::*)(int)' is not a function or function
pointer
# | 11 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.SemaCXX/crash-GH173943.cpp</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
-fsyntax-only -verify -std=c++98
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\crash-GH173943.cpp
# 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
-fsyntax-only -verify -std=c++98
'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\crash-GH173943.cpp'
# .---command stderr------------
# | error: 'expected-error' diagnostics expected but not seen:
# | File
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\crash-GH173943.cpp Line 6
(directive at
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\crash-GH173943.cpp:9):
explicit object parameters are incompatible with C++ standards before C++2b
# | error: 'expected-warning' diagnostics seen but not expected:
# | File
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\crash-GH173943.cpp Line
6: explicit object parameters are a C++23 extension
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.SemaCXX/overloaded-operator.cpp</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
-fsyntax-only -verify=expected,precxx23 -std=c++11
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\overloaded-operator.cpp
# 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
-fsyntax-only -verify=expected,precxx23 -std=c++11
'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\overloaded-operator.cpp'
# .---command stderr------------
# | error: diagnostics with 'error' severity expected but not seen:
# | File
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\overloaded-operator.cpp
Line 620 'precxx23-error': explicit object parameters are incompatible with C++
standards before C++2b
# | File
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\overloaded-operator.cpp
Line 623 'precxx23-error': explicit object parameters are incompatible with C++
standards before C++2b
# | error: diagnostics with 'warning' severity seen but not expected:
# | File
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\overloaded-operator.cpp
Line 620: explicit object parameters are a C++23 extension
# | File
C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\overloaded-operator.cpp
Line 623: explicit object parameters are a C++23 extension
# | 4 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/200689
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits