github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 53333 tests passed
* 1034 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/cxx20-modules.cppm</summary>
```
Exit Code: 127
Command Output (stdout):
--
# RUN: at line 1
rm -fr
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp
# executed command: rm -fr
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 2
mkdir
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp
# executed command: mkdir
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 3
split-file
C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\cxx20-modules.cppm
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp
# executed command: split-file
'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\cxx20-modules.cppm'
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 4
mkdir
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/tmp
# executed command: mkdir
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/tmp'
# note: command had no output on stdout or stderr
# RUN: at line 6
C:/Python312/python.exe
C:/_work/llvm-project/llvm-project/clang-tools-extra/test/../test\clang-tidy\check_clang_tidy.py
-std=c++20 -check-suffix=DEFAULT
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/a.cpp
cppcoreguidelines-narrowing-conversions
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/a.cpp
-- -config='{}'
# executed command: C:/Python312/python.exe
'C:/_work/llvm-project/llvm-project/clang-tools-extra/test/../test\clang-tidy\check_clang_tidy.py'
-std=c++20 -check-suffix=DEFAULT
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/a.cpp'
cppcoreguidelines-narrowing-conversions
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/a.cpp'
-- '-config={}'
# .---command stdout------------
# | Running ['clang-tidy', '--experimental-custom-checks',
'C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\tools\\extra\\test\\clang-tidy\\infrastructure\\Output\\cxx20-modules.cppm.tmp/a.cpp.cpp',
'-fix', '--checks=-*,cppcoreguidelines-narrowing-conversions', '-config={}',
'--', '-std=c++20', '-nostdinc++', '-isystem',
'C:\\_work\\llvm-project\\llvm-project\\clang-tools-extra\\test\\clang-tidy\\checkers\\Inputs\\Headers\\std']...
# | ------------------------ clang-tidy output -----------------------
# | 1 warning generated.
# |
# |
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp\a.cpp.cpp:5:7:
warning: narrowing conversion from 'long long' to signed type 'int' is
implementation-defined [cppcoreguidelines-narrowing-conversions]
# | 5 | i = ui;
# | | ^
# |
# | ------------------------------------------------------------------
# | ------------------------------ Fixes -----------------------------
# |
# | ------------------------------------------------------------------
# `-----------------------------
# RUN: at line 10
%clang -std=c++20 -x c++-module
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/a.cpp
--precompile -o
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/a.pcm
# executed command: %clang -std=c++20 -x c++-module
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/a.cpp'
--precompile -o
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\cxx20-modules.cppm.tmp/a.pcm'
# .---command stderr------------
# | '%clang': command not found
# `-----------------------------
# error: command failed with exit status: 127
--
```
</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/145630
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits