github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 85258 tests passed * 1187 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 /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/22/include -nostdsysteminc /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/constexpr-late-instantiation.cpp -std=c++14 -fsyntax-only -verify # 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/22/include -nostdsysteminc /home/gha/actions-runner/_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 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/constexpr-late-instantiation.cpp Line 114: 'auto' not allowed in function prototype # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/constexpr-late-instantiation.cpp Line 114: expected ';' at end of declaration list # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/constexpr-late-instantiation.cpp Line 129: constexpr variable cannot have non-literal type 'const (lambda at /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/constexpr-late-instantiation.cpp:129:35)' # | error: 'expected-warning' diagnostics seen but not expected: # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/constexpr-late-instantiation.cpp Line 97: constexpr if is a C++17 extension # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/constexpr-late-instantiation.cpp Line 104: 'constexpr' on lambda expressions is a C++17 extension # | File /home/gha/actions-runner/_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 /home/gha/actions-runner/_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 /home/gha/actions-runner/_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 /home/gha/actions-runner/_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
