github-actions[bot] wrote:

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

* 86860 tests passed
* 1311 tests skipped
* 1 test failed

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

### Clang-Unit
<details>
<summary>Clang-Unit._/AllClangUnitTests/StmtPrinter/TestCXXLamda</summary>

```
Script:
--
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/./AllClangUnitTests
 --gtest_filter=StmtPrinter.TestCXXLamda
--
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/AST/StmtPrinterTest.cpp:245
Value of: PrintedStmtCXXMatches(StdVer::CXX20, "void A() {" "  auto l = 
[]<typename T1, class T2, int I," "              template<class, typename> 
class T3>" "           (int a, auto, int, auto d) { };" "}", 
lambdaExpr(anything()).bind("id"), "[]<typename T1, class T2, int I, template 
<class, " "typename> class T3>(int a, auto, int, auto d) {\n" "}")
  Actual: false (Expected "[]<typename T1, class T2, int I, template <class, 
typename> class T3>(int a, auto, int, auto d) {
}", got "[]<typename T1, class T2, int I, template <class, typename> class 
T3>(int a, auto, int, auto d) {}")
Expected: true


```
</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/185800
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to