[PATCH] D105315: [flang] Move External IO tests to use GTest
Asher Mancinelli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 26 15:15:42 PDT 2021
ashermancinelli updated this revision to Diff 361821.
ashermancinelli added a comment.
Update comments and formatting in response to feedback and clang-tidy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105315/new/
https://reviews.llvm.org/D105315
Files:
flang/unittests/CMakeLists.txt
flang/unittests/Runtime/BufferTest.cpp
flang/unittests/Runtime/CMakeLists.txt
flang/unittests/Runtime/CharacterTest.cpp
flang/unittests/Runtime/CrashHandlerFixture.cpp
flang/unittests/Runtime/CrashHandlerFixture.h
flang/unittests/Runtime/ExternalIOTest.cpp
flang/unittests/Runtime/Format.cpp
flang/unittests/Runtime/ListInputTest.cpp
flang/unittests/Runtime/Matmul.cpp
flang/unittests/Runtime/MiscIntrinsic.cpp
flang/unittests/Runtime/Namelist.cpp
flang/unittests/Runtime/Numeric.cpp
flang/unittests/Runtime/NumericalFormatTest.cpp
flang/unittests/Runtime/Random.cpp
flang/unittests/Runtime/Reduction.cpp
flang/unittests/Runtime/RuntimeCrashTest.cpp
flang/unittests/Runtime/Time.cpp
flang/unittests/Runtime/Transformational.cpp
flang/unittests/Runtime/external-io.cpp
flang/unittests/Runtime/testing.cpp
flang/unittests/Runtime/testing.h
flang/unittests/Runtime/tools.h
flang/unittests/RuntimeGTest/BufferTest.cpp
flang/unittests/RuntimeGTest/CMakeLists.txt
flang/unittests/RuntimeGTest/CharacterTest.cpp
flang/unittests/RuntimeGTest/CrashHandlerFixture.cpp
flang/unittests/RuntimeGTest/CrashHandlerFixture.h
flang/unittests/RuntimeGTest/Format.cpp
flang/unittests/RuntimeGTest/ListInputTest.cpp
flang/unittests/RuntimeGTest/Matmul.cpp
flang/unittests/RuntimeGTest/MiscIntrinsic.cpp
flang/unittests/RuntimeGTest/Namelist.cpp
flang/unittests/RuntimeGTest/Numeric.cpp
flang/unittests/RuntimeGTest/NumericalFormatTest.cpp
flang/unittests/RuntimeGTest/Random.cpp
flang/unittests/RuntimeGTest/Reduction.cpp
flang/unittests/RuntimeGTest/RuntimeCrashTest.cpp
flang/unittests/RuntimeGTest/Time.cpp
flang/unittests/RuntimeGTest/Transformational.cpp
flang/unittests/RuntimeGTest/tools.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105315.361821.patch
Type: text/x-patch
Size: 164657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210726/e2853929/attachment-0001.bin>
More information about the llvm-commits
mailing list