github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 55768 tests passed * 1379 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### Clang <details> <summary>Clang.SemaCXX/lambda-expressions.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++11 -Wno-unused-value -fsyntax-only -verify=expected,not-cxx03,cxx03-cxx11,cxx11,expected-cxx14 -fblocks C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.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++11 -Wno-unused-value -fsyntax-only -verify=expected,not-cxx03,cxx03-cxx11,cxx11,expected-cxx14 -fblocks 'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp' # note: command had no output on stdout or stderr # 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++03 -Wno-unused-value -fsyntax-only -verify=expected,cxx03,cxx03-cxx11,expected-cxx14 -fblocks C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp -Ddecltype=__decltype -Dstatic_assert=_Static_assert -Wno-c++11-extensions # 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++03 -Wno-unused-value -fsyntax-only -verify=expected,cxx03,cxx03-cxx11,expected-cxx14 -fblocks 'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp' -Ddecltype=__decltype -Dstatic_assert=_Static_assert -Wno-c++11-extensions # note: command had no output on stdout or stderr # RUN: at line 3 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++14 -Wno-unused-value -fsyntax-only -verify=expected,not-cxx03,expected-cxx14 -fblocks C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.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++14 -Wno-unused-value -fsyntax-only -verify=expected,not-cxx03,expected-cxx14 -fblocks 'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp' # note: command had no output on stdout or stderr # RUN: at line 4 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++17 -Wno-unused-value -verify=expected,not-cxx03 -ast-dump -fblocks C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.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++17 -Wno-unused-value -verify=expected,not-cxx03 -ast-dump -fblocks 'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp' # note: command had no output on stdout or stderr # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp' # note: command had no output on stdout or stderr # RUN: at line 6 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++11 -Wno-unused-value -fsyntax-only -verify=expected,not-cxx03,cxx03-cxx11,cxx11,expected-cxx14 -fblocks C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp -fexperimental-new-constant-interpreter # 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++11 -Wno-unused-value -fsyntax-only -verify=expected,not-cxx03,cxx03-cxx11,cxx11,expected-cxx14 -fblocks 'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp' -fexperimental-new-constant-interpreter # .---command stderr------------ # | error: diagnostics with 'error' severity seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp Line 103: variable 'ref_j' cannot be implicitly captured in a lambda with no capture-default specified # | error: diagnostics with 'note' severity seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp Line 102: 'ref_j' declared here # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp Line 103: lambda expression begins here # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp Line 103: capture 'ref_j' by value # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp Line 103: capture 'ref_j' by reference # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp Line 103: default capture by value # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\lambda-expressions.cpp Line 103: default capture by reference # | 7 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/208990 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
