github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 55786 tests passed
* 1417 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.AST/undocumented-attrs.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang-tblgen.exe
-gen-clang-attr-undocumented-list
-IC:\_work\llvm-project\llvm-project\clang\test\AST/../../include/
C:\_work\llvm-project\llvm-project\clang\test\AST/../../include/clang/Basic/Attr.td
-o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\AST\undocumented-attrs.cpp
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\clang-tblgen.exe'
-gen-clang-attr-undocumented-list
'-IC:\_work\llvm-project\llvm-project\clang\test\AST/../../include/'
'C:\_work\llvm-project\llvm-project\clang\test\AST/../../include/clang/Basic/Attr.td'
-o -
# note: command had no output on stdout or stderr
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe'
'C:\_work\llvm-project\llvm-project\clang\test\AST\undocumented-attrs.cpp'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\AST\undocumented-attrs.cpp:28:13:
error: CHECK-NEXT: is not on the line after the previous match
# | CHECK-NEXT: Const
# | ^
# | <stdin>:22:1: note: 'next' match was here
# | Const
# | ^
# | <stdin>:20:7: note: previous match ended here
# | Common
# | ^
# | <stdin>:21:1: note: non-matching line after previous match is here
# | CompleteOnMemberInst
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\AST\undocumented-attrs.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 15: CUDAGlobal
# | 16: CUDAHost
# | 17: CUDALaunchBounds
# | 18: CUDAShared
# | 19: Capability
# | 20: Common
# | next:28'0 { search range start (exclusive)
# | 21: CompleteOnMemberInst
# | 22: Const
# | next:28'1 !~~~~ error: match on wrong line
# | 23: ConsumableAutoCast
# | 24: ConsumableSetOnRead
# | 25: FormatArg
# | 26: GuardedBy
# | 27: GuardedVar
# | .
# | .
# | .
# | 81: VectorSize
# | 82: Visibility
# | 83: WeakImport
# | 84: WeakRef
# | 85: WorkGroupSizeHint
# | 86: Total: 84
# | next:28'2 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.Misc/pragma-attribute-supported-attributes-list.test</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang-tblgen.exe
-gen-clang-test-pragma-attribute-supported-attributes
-IC:\_work\llvm-project\llvm-project\clang/include
C:\_work\llvm-project\llvm-project\clang/include/clang/Basic/Attr.td -o - |
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\Misc\pragma-attribute-supported-attributes-list.test
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\clang-tblgen.exe'
-gen-clang-test-pragma-attribute-supported-attributes
'-IC:\_work\llvm-project\llvm-project\clang/include'
'C:\_work\llvm-project\llvm-project\clang/include/clang/Basic/Attr.td' -o -
# note: command had no output on stdout or stderr
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe'
'C:\_work\llvm-project\llvm-project\clang\test\Misc\pragma-attribute-supported-attributes-list.test'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\Misc\pragma-attribute-supported-attributes-list.test:60:16:
error: CHECK-NEXT: is not on the line after the previous match
# | // CHECK-NEXT: Const (SubjectMatchRule_function)
# | ^
# | <stdin>:57:1: note: 'next' match was here
# | Const (SubjectMatchRule_function)
# | ^
# | <stdin>:55:35: note: previous match ended here
# | Common (SubjectMatchRule_variable)
# | ^
# | <stdin>:56:1: note: non-matching line after previous match is here
# | CompleteOnMemberInst (SubjectMatchRule_record)
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\Misc\pragma-attribute-supported-attributes-list.test
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 50: CarriesDependency (SubjectMatchRule_variable_is_parameter,
SubjectMatchRule_objc_method, SubjectMatchRule_function)
# | 51: Cleanup (SubjectMatchRule_variable_is_local)
# | 52: ClspvLibclcBuiltin (SubjectMatchRule_function)
# | 53: CmseNSEntry (SubjectMatchRule_function)
# | 54: Cold (SubjectMatchRule_function)
# | 55: Common (SubjectMatchRule_variable)
# | next:60'0 { search range start
(exclusive)
# | 56: CompleteOnMemberInst (SubjectMatchRule_record)
# | 57: Const (SubjectMatchRule_function)
# | next:60'1 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match on wrong line
# | 58: ConstInit (SubjectMatchRule_variable_is_global)
# | 59: Constructor (SubjectMatchRule_function)
# | 60: Consumable (SubjectMatchRule_record)
# | 61: ConsumableAutoCast (SubjectMatchRule_record)
# | 62: ConsumableSetOnRead (SubjectMatchRule_record)
# | .
# | .
# | .
# | 238: WebAssemblyImportName (SubjectMatchRule_function)
# | 239: WorkGroupSizeHint (SubjectMatchRule_function)
# | 240: XRayInstrument (SubjectMatchRule_function,
SubjectMatchRule_objc_method)
# | 241: XRayLogArgs (SubjectMatchRule_function,
SubjectMatchRule_objc_method)
# | 242: ZeroCallUsedRegs (SubjectMatchRule_function)
# | 243: End of supported attributes.
# | next:60'2 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# 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/211231
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits