[flang-commits] [PATCH] D118834: [flang] Debugging of ACCESS='STREAM' I/O

Michael Kruse via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Feb 3 05:17:05 PST 2022


Meinersbur added a comment.

This patch causes the test `flang-Unit::ExternalIOTests.TestWriteAfterNonAvancingInput` to fail under Windows (https://lab.llvm.org/buildbot/#/builders/172/builds/7664)

  [ RUN      ] ExternalIOTests.TestWriteAfterNonAvancingInput
  C:\Users\buildbot-worker\minipc-ryzen-win\flang-x86_64-windows\llvm-project\flang\unittests\Runtime\ExternalIOTest.cpp(649): error: Expected equality of these values:
    resultRecord
      Which is: "ABCDEFGHXYZ\r        "
    expectedRecord
      Which is: "ABCDEFGHXYZ         "
  Record after non advancing read followed by wrote


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118834/new/

https://reviews.llvm.org/D118834



More information about the flang-commits mailing list