github-actions[bot] wrote:

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

* 60803 tests passed
* 1781 tests skipped
* 1 test failed

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

### Flang
<details>
<summary>Flang.Lower/finit-local-real10-llvm.f90</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 9
c:\_work\llvm-project\llvm-project\build\bin\flang.exe -fc1 
-fintrinsic-modules-path=C:\_work\llvm-project\llvm-project\build\lib\clang\24\finclude\flang\x86_64-pc-windows-msvc
 -emit-llvm -finit-local=0xAA 
C:\_work\llvm-project\llvm-project\flang\test\Lower\finit-local-real10-llvm.f90 
-o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
--check-prefix=HEX 
C:\_work\llvm-project\llvm-project\flang\test\Lower\finit-local-real10-llvm.f90
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' 
-fc1 
'-fintrinsic-modules-path=C:\_work\llvm-project\llvm-project\build\lib\clang\24\finclude\flang\x86_64-pc-windows-msvc'
 -emit-llvm -finit-local=0xAA 
'C:\_work\llvm-project\llvm-project\flang\test\Lower\finit-local-real10-llvm.f90'
 -o -
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=HEX 
'C:\_work\llvm-project\llvm-project\flang\test\Lower\finit-local-real10-llvm.f90'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\flang\test\Lower\finit-local-real10-llvm.f90:24:12:
 error: HEX-NOT: excluded string found in input
# | ! HEX-NOT: store x86_fp80
# |            ^
# | <stdin>:25:2: note: found here
# |  store x86_fp80 %12, ptr %0, align 16
# |  ^~~~~~~~~~~~~~
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\flang\test\Lower\finit-local-real10-llvm.f90
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |           .
# |           .
# |           .
# |          13:  %6 = icmp sgt i64 %5, 0 
# |          14:  br i1 %6, label %7, label %11 
# |          15:  
# |          16: 7: ; preds = %3 
# |          17:  %8 = getelementptr i8, ptr %2, i64 %4 
# |          18:  store i8 -86, ptr %8, align 1 
# | not:24'0                  {                   search range start (exclusive)
# |          19:  %9 = add nsw i64 %4, 1 
# |          20:  %10 = sub i64 %5, 1 
# |          21:  br label %3 
# |          22:  
# |          23: 11: ; preds = %3 
# |          24:  %12 = load x86_fp80, ptr %2, align 16 
# |          25:  store x86_fp80 %12, ptr %0, align 16 
# | not:24'1      !~~~~~~~~~~~~~                         error: no match 
expected
# |          26:  ret void 
# |          27: } 
# |          28:  
# | not:24'2      } search range end (exclusive)
# |          29: define void @test_complex10_(ptr noalias %0) { 
# |          30:  %2 = alloca { x86_fp80, x86_fp80 }, i64 1, align 16 
# |          31:  br label %3 
# |          32:  
# |          33: 3: ; preds = %7, %1 
# |           .
# |           .
# |           .
# | >>>>>>
# `-----------------------------
# 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/216164
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to