github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 85526 tests passed
* 742 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CIR/IR/func.cir</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
--verify-roundtrip |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
--verify-roundtrip
# note: command had no output on stdout or stderr
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir:194:11:
error: CHECK: expected string not found in input
# | // CHECK: cir.func @has_attrs() attributes {bz = 5, floof = "flop", foo} {
# | ^
# | <stdin>:82:3: note: scanning from here
# | }
# | ^
# | <stdin>:83:2: note: possible intended match here
# | cir.func @has_attrs() attributes {baz = 5 : i64, floof = "flop", foo} {
# | ^
# |
# | Input file: <stdin>
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 77: cir.func @Foo_destructor()
special_member<#cir.cxx_dtor<!rec_Foo>> {
# | 78: cir.return
# | 79: }
# | 80: cir.func @Foo_move_assign()
special_member<#cir.cxx_assign<!rec_Foo, move>> {
# | 81: cir.return
# | 82: }
# | check:194'0 X error: no match found
# | 83: cir.func @has_attrs() attributes {baz = 5 : i64, floof =
"flop", foo} {
# | check:194'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:194'1 ?
possible intended match
# | 84: cir.return
# | check:194'0 ~~~~~~~~~~~~
# | 85: }
# | check:194'0 ~~~
# | 86: }
# | check:194'0 ~~
# | 87:
# | check:194'0 ~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CIR/IR/func.cir</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
--verify-roundtrip |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
--verify-roundtrip
# note: command had no output on stdout or stderr
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir:194:11:
error: CHECK: expected string not found in input
# | // CHECK: cir.func @has_attrs() attributes {bz = 5, floof = "flop", foo} {
# | ^
# | <stdin>:82:3: note: scanning from here
# | }
# | ^
# | <stdin>:83:2: note: possible intended match here
# | cir.func @has_attrs() attributes {baz = 5 : i64, floof = "flop", foo} {
# | ^
# |
# | Input file: <stdin>
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/IR/func.cir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 77: cir.func @Foo_destructor()
special_member<#cir.cxx_dtor<!rec_Foo>> {
# | 78: cir.return
# | 79: }
# | 80: cir.func @Foo_move_assign()
special_member<#cir.cxx_assign<!rec_Foo, move>> {
# | 81: cir.return
# | 82: }
# | check:194'0 X error: no match found
# | 83: cir.func @has_attrs() attributes {baz = 5 : i64, floof =
"flop", foo} {
# | check:194'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:194'1 ?
possible intended match
# | 84: cir.return
# | check:194'0 ~~~~~~~~~~~~
# | 85: }
# | check:194'0 ~~~
# | 86: }
# | check:194'0 ~~
# | 87:
# | check:194'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/169674
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits