github-actions[bot] wrote:

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

* 3257 tests passed
* 34 tests skipped

All executed tests passed, but another part of the build **failed**. Click on a 
failure below to see the details.

<details>
<summary>[code=1] tools/clang/lib/Format/check_format_depend_38 
C:/_work/llvm-project/llvm-project/build/tools/clang/lib/Format/check_format_depend_38</summary>

```
FAILED: [code=1] tools/clang/lib/Format/check_format_depend_38 
C:/_work/llvm-project/llvm-project/build/tools/clang/lib/Format/check_format_depend_38
C:\Windows\system32\cmd.exe /C "cd /D 
C:\_work\llvm-project\llvm-project\build\tools\clang\lib\Format && 
C:\_work\llvm-project\llvm-project\build\bin\clang-format.exe 
C:/_work/llvm-project/llvm-project/clang/lib/Format/TokenAnnotator.cpp | 
"C:\Program Files\Git\usr\bin\diff.exe" -u 
C:/_work/llvm-project/llvm-project/clang/lib/Format/TokenAnnotator.cpp - && 
"C:\Program Files\Git\usr\bin\touch.exe" check_format_depend_38"
--- C:/_work/llvm-project/llvm-project/clang/lib/Format/TokenAnnotator.cpp      
2026-08-22 09:44:48.821888500 +0000
+++ -   2026-08-22 10:11:42.428580100 +0000
@@ -6515,8 +6515,7 @@
// where the comma is also an argument separator and remains a useful break
// point before ##__VA_ARGS__.
if ((Left.is(tok::hashhash) || Right.is(tok::hashhash)) &&
-      !(Line.InMacroBody && Left.is(tok::comma) &&
-        Right.is(tok::hashhash))) {
+      !(Line.InMacroBody && Left.is(tok::comma) && Right.is(tok::hashhash))) {
return false;
}
if (Right.isOneOf(TT_StartOfName, TT_FunctionDeclarationName,
```
</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/214105
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to