[flang-commits] [flang] [llvm] [flang][flang-rt] Implement F202X leading-zero control edit descriptors LZ, LZS, and LZP for formatted output (F, E, D, and G editing) (PR #183500)
via flang-commits
flang-commits at lists.llvm.org
Fri Mar 6 09:03:09 PST 2026
- Previous message: [flang-commits] [flang] [llvm] [flang][flang-rt] Implement F202X leading-zero control edit descriptors LZ, LZS, and LZP for formatted output (F, E, D, and G editing) (PR #183500)
- Next message: [flang-commits] [flang] [llvm] [flang][flang-rt] Implement F202X leading-zero control edit descriptors LZ, LZS, and LZP for formatted output (F, E, D, and G editing) (PR #183500)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
laoshd wrote:
> > # 🐧 Linux x64 Test Results
> >
> > * 4029 tests passed
> > * 201 tests skipped
> > * 1 test failed
> >
> > ## Failed Tests
> > (click on a test name to see its output)
> > ### Flang
> > Flang.Semantics/io17.f90
> > ```
> > 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/io17.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/io17.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
> >
> > --
> > ```
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > 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.
>
> This test failure is because issue #183581 (#183581).
Fixed by the merge of PR https://github.com/llvm/llvm-project/pull/183878
https://github.com/llvm/llvm-project/pull/183500
- Previous message: [flang-commits] [flang] [llvm] [flang][flang-rt] Implement F202X leading-zero control edit descriptors LZ, LZS, and LZP for formatted output (F, E, D, and G editing) (PR #183500)
- Next message: [flang-commits] [flang] [llvm] [flang][flang-rt] Implement F202X leading-zero control edit descriptors LZ, LZS, and LZP for formatted output (F, E, D, and G editing) (PR #183500)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the flang-commits
mailing list