[flang-commits] [flang] [llvm] [flang][flang-rt][F202X][Issue #178494] Implement F202X leading-zero … (PR #183500)
via flang-commits
flang-commits at lists.llvm.org
Thu Feb 26 08:49:06 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 4024 tests passed
* 201 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Flang
<details>
<summary>Flang.Semantics/io16.f90</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/io16.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/io16.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1
# .---command stdout------------
# | ---
# | +++
# | @@ -1,3 +1,6 @@
# |
# | actual at 92: expected ':'
# | actual at 95: expected ':'
# | actual at 98: expected ':'
# | expect at 82: Repeat specifier before 'LZ' edit descriptor
# | expect at 85: Repeat specifier before 'LZP' edit descriptor
# | expect at 88: Repeat specifier before 'LZS' edit descriptor
# | expect at 92: Repeat specifier before 'LZ' edit descriptor
# | expect at 95: Repeat specifier before 'LZP' edit descriptor
# | expect at 98: Repeat specifier before 'LZS' edit descriptor
# |
# | FAIL
# `-----------------------------
# 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/183500
More information about the flang-commits
mailing list