github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 37679 tests passed
* 556 tests skipped
All executed tests passed, but another part of the build **failed**. Click on a
failure below to see the details.
<details>
<summary>tools/clang/lib/Format/check_format_depend_38
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/Format/check_format_depend_38</summary>
```
FAILED: tools/clang/lib/Format/check_format_depend_38
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/Format/check_format_depend_38
cd
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/Format
&&
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-format
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Format/TokenAnnotator.cpp
| /usr/bin/diff -u
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Format/TokenAnnotator.cpp
- && /usr/bin/touch check_format_depend_38
---
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Format/TokenAnnotator.cpp
2026-08-22 09:35:30.352286528 +0000
+++ - 2026-08-22 09:41:43.682147244 +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