github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 88145 tests passed
* 1624 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
/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=c++20 -fsyntax-only -fcxx-exceptions 
-Wno-deprecated-volatile -verify=ref,ref20,all,all20 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/AST/ByteCode/cxx23.cpp
# 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=c++20 -fsyntax-only -fcxx-exceptions 
-Wno-deprecated-volatile -verify=ref,ref20,all,all20 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/AST/ByteCode/cxx23.cpp
# .---command stderr------------
# | error: diagnostics with 'error' severity expected but not seen: 
# |   File 
/home/gha/actions-runner/_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 
/home/gha/actions-runner/_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 
/home/gha/actions-runner/_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 
/home/gha/actions-runner/_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 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/AST/ByteCode/cxx23.cpp
 Line 215: explicit object parameters are a C++23 extension
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/AST/ByteCode/cxx23.cpp
 Line 260: explicit object parameters are a C++23 extension
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/AST/ByteCode/cxx23.cpp
 Line 269: explicit object parameters are a C++23 extension
# |   File 
/home/gha/actions-runner/_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
/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=c++98 -fexceptions -fcxx-exceptions -pedantic-errors 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 -verify-directives -Wno-c++23-extensions -verify=expected,cxx98
# 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=c++98 -fexceptions -fcxx-exceptions -pedantic-errors 
/home/gha/actions-runner/_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 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 259: 'auto' type specifier is a C++11 extension
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 259: 'auto' not allowed in function prototype
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 259: the explicit object parameter cannot have a default argument
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 259: expected '(' for function-style cast or type construction
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 261: 'auto' type specifier is a C++11 extension
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 261: lambdas are a C++11 extension
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 261: 'auto' type specifier is a C++11 extension
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 261: 'auto' not allowed in lambda parameter before C++14
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 261: expected '(' for function-style cast or type construction
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CXX/drs/cwg26xx.cpp
 Line 261: the explicit object parameter cannot have a default argument
# |   File 
/home/gha/actions-runner/_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
/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 -fsyntax-only -verify -std=c++98 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/crash-GH173943.cpp
# 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 -fsyntax-only -verify -std=c++98 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/crash-GH173943.cpp
# .---command stderr------------
# | error: 'expected-error' diagnostics expected but not seen: 
# |   File 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/crash-GH173943.cpp
 Line 6 (directive at 
/home/gha/actions-runner/_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 
/home/gha/actions-runner/_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
/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 -fsyntax-only -verify=expected,precxx23 -std=c++11 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/overloaded-operator.cpp
# 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 -fsyntax-only -verify=expected,precxx23 -std=c++11 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/overloaded-operator.cpp
# .---command stderr------------
# | error: diagnostics with 'error' severity expected but not seen: 
# |   File 
/home/gha/actions-runner/_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 
/home/gha/actions-runner/_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 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/overloaded-operator.cpp
 Line 620: explicit object parameters are a C++23 extension
# |   File 
/home/gha/actions-runner/_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

Reply via email to