github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 3053 tests passed * 29 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### Clang Tools <details> <summary>Clang Tools.clang-tidy/infrastructure/alphabetical-order.test</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 C:/Python312/python.exe C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../clang-tidy/tool/check_alphabetical_order.py -o C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.clang-tidy-checks-list.rst # executed command: C:/Python312/python.exe 'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../clang-tidy/tool/check_alphabetical_order.py' -o 'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.clang-tidy-checks-list.rst' # note: command had no output on stdout or stderr # RUN: at line 2 diff --strip-trailing-cr C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../docs/clang-tidy/checks/list.rst C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.clang-tidy-checks-list.rst # executed command: diff --strip-trailing-cr 'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../docs/clang-tidy/checks/list.rst' 'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.clang-tidy-checks-list.rst' # note: command had no output on stdout or stderr # RUN: at line 4 C:/Python312/python.exe C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../clang-tidy/tool/check_alphabetical_order.py -o C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.ReleaseNotes.rst # executed command: C:/Python312/python.exe 'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../clang-tidy/tool/check_alphabetical_order.py' -o 'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.ReleaseNotes.rst' # .---command stderr------------ # | # | Entries in 'clang-tools-extra/docs/ReleaseNotes.rst' are not alphabetically sorted. # | Fix the ordering by applying diff printed below. # | # `----------------------------- # RUN: at line 5 diff --strip-trailing-cr C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../docs/ReleaseNotes.rst C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.ReleaseNotes.rst # executed command: diff --strip-trailing-cr 'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../docs/ReleaseNotes.rst' 'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.ReleaseNotes.rst' # .---command stdout------------ # | *** C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure/../../../docs/ReleaseNotes.rst # | --- C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\alphabetical-order.test.tmp.ReleaseNotes.rst # | *************** # | *** 133,149 **** # | Finds and removes redundant conversions from ``std::[w|u8|u16|u32]string_view`` to # | ``std::[...]string`` in call expressions expecting ``std::[...]string_view``. # | # | - New :doc:`readability-trailing-comma # | <clang-tidy/checks/readability/trailing-comma>` check. # | # | Checks for presence or absence of trailing commas in enum definitions and # | initializer lists. # | - # | - - New :doc:`readability-stringview-substr # | - <clang-tidy/checks/readability/stringview-substr>` check. # | - # | - Finds ``string_view`` ``substr()`` calls that can be replaced with # | - ``remove_prefix()`` or ``remove_suffix()``. # | # | New check aliases # | ^^^^^^^^^^^^^^^^^ # | --- 133,149 ---- # | Finds and removes redundant conversions from ``std::[w|u8|u16|u32]string_view`` to # | ``std::[...]string`` in call expressions expecting ``std::[...]string_view``. # | # | + - New :doc:`readability-stringview-substr # | + <clang-tidy/checks/readability/stringview-substr>` check. # | + # | + Finds ``string_view`` ``substr()`` calls that can be replaced with # | + ``remove_prefix()`` or ``remove_suffix()``. # | + # | - New :doc:`readability-trailing-comma # | <clang-tidy/checks/readability/trailing-comma>` check. # | # | Checks for presence or absence of trailing commas in enum definitions and # | initializer lists. # | # | New check aliases # | ^^^^^^^^^^^^^^^^^ # `----------------------------- # 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/120055 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
