llvm-project/flang/unittests/Runtime
peter klausler a39e9cf6be [flang] Basic tests of external I/O runtime (part 9/9)
Add new unit tests for external Fortran I/O that drive the
Fortran I/O runtime API from C++ and exercise basic writing
and read-back in the various combinations of access modes,
record length variability, and formatting.  Sequential modes
are tested with positioning.  More thorough tests written in
Fortran will follow when they can be compiled and run.

The Fortran runtime's error termination callback registration
was extended with source file and line number positions for
better failure messages in unit testing.

Reviewed By: sscalpone

Differential Revision: https://reviews.llvm.org/D83164
2020-07-06 10:37:13 -07:00
..
CMakeLists.txt [flang] Basic tests of external I/O runtime (part 9/9) 2020-07-06 10:37:13 -07:00
character.cpp [flang] More CHARACTER runtime support + unit test 2020-04-24 14:34:51 -07:00
external-hello.cpp [flang] Basic tests of external I/O runtime (part 9/9) 2020-07-06 10:37:13 -07:00
external-io.cpp [flang] Basic tests of external I/O runtime (part 9/9) 2020-07-06 10:37:13 -07:00
format.cpp [flang] More CHARACTER runtime support + unit test 2020-04-24 14:34:51 -07:00
hello.cpp [flang] Fix F5.3 formatting of 0.025 2020-06-19 18:09:10 -07:00
list-input.cpp [flang] More CHARACTER runtime support + unit test 2020-04-24 14:34:51 -07:00
testing.cpp [flang] Basic tests of external I/O runtime (part 9/9) 2020-07-06 10:37:13 -07:00
testing.h [flang] Basic tests of external I/O runtime (part 9/9) 2020-07-06 10:37:13 -07:00