github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 85181 tests passed * 1189 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### Clang <details> <summary>Clang.SemaCXX/cxx2a-initializer-aggregates.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 -std=c++20 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp -verify=cxx20,expected,pedantic,override,reorder -pedantic-errors # 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 -std=c++20 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp -verify=cxx20,expected,pedantic,override,reorder -pedantic-errors # .---command stderr------------ # | error: diagnostics with 'error' severity seen but not expected: # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 294: mixture of designated and non-designated initializers in the same initializer list is a C99 extension # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 292: ISO C++ requires field designators to be specified in declaration order; field 'b' will be initialized after field 'g' # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 292: ISO C++ requires field designators to be specified in declaration order; field 'g' will be initialized after field 'r' # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 293: ISO C++ requires field designators to be specified in declaration order; field 'z' will be initialized after field 'y' # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 293: ISO C++ requires field designators to be specified in declaration order; field 'y' will be initialized after field 'x' # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 295: ISO C++ requires field designators to be specified in declaration order; field 'z1' will be initialized after field 'z2' # | error: diagnostics with 'note' severity seen but not expected: # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 292: first non-designated initializer is here # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 292: previous initialization for field 'b' is here # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 292: previous initialization for field 'g' is here # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 293: previous initialization for field 'z' is here # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 293: previous initialization for field 'y' is here # | File /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp Line 294: previous initialization for field 'z1' is here # | 12 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/172959 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
