github-actions[bot] wrote:

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

* 53361 tests passed
* 1038 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### Clang
<details>
<summary>Clang.CodeCompletion/module-partitions.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
rm -rf 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp
 && mkdir 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp
# executed command: rm -rf 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp'
# note: command had no output on stdout or stderr
# executed command: mkdir 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 4
echo 'export module M:Part; export int mpart_func();' > 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/m-part.cppm
# executed command: echo 'export module M:Part; export int mpart_func();'
# note: command had no output on stdout or stderr
# RUN: at line 5
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-std=c++20 -emit-module-interface 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/m-part.cppm
 -o 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/M-Part.pcm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-std=c++20 -emit-module-interface 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/m-part.cppm'
 -o 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/M-Part.pcm'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/m-part.cppm:1:23:
 warning: extra tokens after semicolon in 'module' directive [-Wextra-tokens]
# |     1 | export module M:Part; export int mpart_func();
# |       |                       ^
# |       |                       //
# | 1 warning generated.
# `-----------------------------
# RUN: at line 8
echo 'export module N:OtherPart; export int npart_func();' > 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/n-otherpart.cppm
# executed command: echo 'export module N:OtherPart; export int npart_func();'
# note: command had no output on stdout or stderr
# RUN: at line 9
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-std=c++20 -emit-module-interface 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/n-otherpart.cppm
 -o 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N-OtherPart.pcm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-std=c++20 -emit-module-interface 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/n-otherpart.cppm'
 -o 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N-OtherPart.pcm'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/n-otherpart.cppm:1:28:
 warning: extra tokens after semicolon in 'module' directive [-Wextra-tokens]
# |     1 | export module N:OtherPart; export int npart_func();
# |       |                            ^
# |       |                            //
# | 1 warning generated.
# `-----------------------------
# RUN: at line 10
printf 'export module N;\nexport import :OtherPart;\n' > 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/n.cppm
# executed command: printf 'export module N;\nexport import :OtherPart;\n'
# note: command had no output on stdout or stderr
# RUN: at line 11
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-std=c++20 -emit-module-interface 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/n.cppm
 
-fmodule-file=N:OtherPart=C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N-OtherPart.pcm
 -o 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N.pcm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-std=c++20 -emit-module-interface 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/n.cppm'
 
'-fmodule-file=N:OtherPart=C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N-OtherPart.pcm'
 -o 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N.pcm'
# note: command had no output on stdout or stderr
# RUN: at line 16
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-std=c++20 
-code-completion-at=C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp:22:8
 
C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp
    
-fmodule-file=M:Part=C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/M-Part.pcm
    
-fmodule-file=N=C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N.pcm
    
-fmodule-file=N:OtherPart=C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N-OtherPart.pcm
 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-std=c++20 
'-code-completion-at=C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp:22:8'
 
'C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp'
 
'-fmodule-file=M:Part=C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/M-Part.pcm'
 
'-fmodule-file=N=C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N.pcm'
 
'-fmodule-file=N:OtherPart=C:\_work\llvm-project\llvm-project\build\tools\clang\test\CodeCompletion\Output\module-partitions.cpp.tmp/N-OtherPart.pcm'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp:22:1:
 error: unknown type name 'import'
# |    22 | import <U+0000>;
# |       | ^
# | 1 error generated.
# `-----------------------------
# error: command failed with exit status: 1
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp:25:11:
 error: CHECK: expected string not found in input
# | // CHECK: M:Part
# |           ^
# | <stdin>:1:1: note: scanning from here
# | COMPLETION: const
# | ^
# | <stdin>:1:2: note: possible intended match here
# | COMPLETION: const
# |  ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\clang\test\CodeCompletion\module-partitions.cpp
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: COMPLETION: const 
# | check:25'0     X~~~~~~~~~~~~~~~~~ error: no match found
# | check:25'1      ?                 possible intended match
# |             2: COMPLETION: operator 
# | check:25'0     ~~~~~~~~~~~~~~~~~~~~~
# |             3: COMPLETION: volatile 
# | check:25'0     ~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# 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/187657
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to