github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 3106 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/clang-tidy-store-check-profile-one-tu.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
rm -rf 
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\clang-tidy-store-check-profile-one-tu.cpp.tmp.dir/out
# executed command: rm -rf 
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\clang-tidy-store-check-profile-one-tu.cpp.tmp.dir/out'
# note: command had no output on stdout or stderr
# RUN: at line 2
clang-tidy -enable-check-profile -checks='-*,readability-function-size' 
-store-check-profile=C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\clang-tidy-store-check-profile-one-tu.cpp.tmp.dir/out
 
C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\clang-tidy-store-check-profile-one-tu.cpp
 -- 2>&1 | not FileCheck --match-full-lines 
-implicit-check-not='{{warning:|error:}}' -check-prefix=CHECK-CONSOLE 
C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\clang-tidy-store-check-profile-one-tu.cpp
# executed command: clang-tidy -enable-check-profile 
'-checks=-*,readability-function-size' 
'-store-check-profile=C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\clang-tidy-store-check-profile-one-tu.cpp.tmp.dir/out'
 
'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\clang-tidy-store-check-profile-one-tu.cpp'
 --
# note: command had no output on stdout or stderr
# executed command: not FileCheck --match-full-lines 
'-implicit-check-not={{warning:|error:}}' -check-prefix=CHECK-CONSOLE 
'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\clang-tidy-store-check-profile-one-tu.cpp'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  filecheck.exe --match-full-lines 
-implicit-check-not={{warning:|error:}} -check-prefix=CHECK-CONSOLE 
C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\clang-tidy-store-check-profile-one-tu.cpp
# `-----------------------------
# RUN: at line 3
cat 
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\clang-tidy-store-check-profile-one-tu.cpp.tmp.dir/out/*-clang-tidy-store-check-profile-one-tu.cpp.json
 | FileCheck --match-full-lines -implicit-check-not='{{warning:|error:}}' 
-check-prefix=CHECK-FILE 
C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\clang-tidy-store-check-profile-one-tu.cpp
# executed command: cat 
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\clang-tidy-store-check-profile-one-tu.cpp.tmp.dir/out/*-clang-tidy-store-check-profile-one-tu.cpp.json'
# note: command had no output on stdout or stderr
# executed command: FileCheck --match-full-lines 
'-implicit-check-not={{warning:|error:}}' -check-prefix=CHECK-FILE 
'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\infrastructure\clang-tidy-store-check-profile-one-tu.cpp'
# note: command had no output on stdout or stderr
# RUN: at line 4
cat 
C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\clang-tidy-store-check-profile-one-tu.cpp.tmp.dir/out/*-clang-tidy-store-check-profile-one-tu.cpp.json
 | C:/Python312/python.exe -c "import sys, json; json.load(sys.stdin)"
# executed command: cat 
'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\infrastructure\Output\clang-tidy-store-check-profile-one-tu.cpp.tmp.dir/out/*-clang-tidy-store-check-profile-one-tu.cpp.json'
# note: command had no output on stdout or stderr
# executed command: C:/Python312/python.exe -c 'import sys, json; 
json.load(sys.stdin)'
# .---command stderr------------
# | Traceback (most recent call last):
# |   File "<string>", line 1, in <module>
# |   File "c:\python312\Lib\json\__init__.py", line 293, in load
# |     return loads(fp.read(),
# |            ^^^^^^^^^^^^^^^^
# |   File "c:\python312\Lib\json\__init__.py", line 346, in loads
# |     return _default_decoder.decode(s)
# |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
# |   File "c:\python312\Lib\json\decoder.py", line 337, in decode
# |     obj, end = self.raw_decode(s, idx=_w(s, 0).end())
# |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# |   File "c:\python312\Lib\json\decoder.py", line 353, in raw_decode
# |     obj, end = self.scan_once(s, idx)
# |                ^^^^^^^^^^^^^^^^^^^^^^
# | json.decoder.JSONDecodeError: Invalid \escape: line 2 column 12 (char 13)
# `-----------------------------
# 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/187454
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to