github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 51667 tests passed * 889 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### Clang <details> <summary>Clang.SemaCXX/constexpr-late-instantiation.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\22\include -nostdsysteminc C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp -std=c++14 -fsyntax-only -verify # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\22\include' -nostdsysteminc 'C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp' -std=c++14 -fsyntax-only -verify # .---command stderr------------ # | error: 'expected-error' diagnostics seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 114: 'auto' not allowed in function prototype # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 114: expected ';' at end of declaration list # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 129: constexpr variable cannot have non-literal type 'const (lambda at C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp:129:35)' # | error: 'expected-warning' diagnostics seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 97: constexpr if is a C++17 extension # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 104: 'constexpr' on lambda expressions is a C++17 extension # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 129: explicit template parameter list for lambdas is a C++20 extension # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 129: 'constexpr' on lambda expressions is a C++17 extension # | error: 'expected-note' diagnostics seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 137: in instantiation of function template specialization 'GH100897::foo<void>' requested here # | File C:\_work\llvm-project\llvm-project\clang\test\SemaCXX\constexpr-late-instantiation.cpp Line 129: lambda closure types are non-literal types before C++17 # | 9 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/173537 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
