[all-commits] [llvm/llvm-project] 65436e: [flang] Move External IO tests to use GTest
Asher Mancinelli via All-commits
all-commits at lists.llvm.org
Fri Jul 30 09:22:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65436e6ba12786dd27785b21e9436ded750ce8e3
https://github.com/llvm/llvm-project/commit/65436e6ba12786dd27785b21e9436ded750ce8e3
Author: Asher Mancinelli <ashermancinelli at gmail.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M flang/unittests/CMakeLists.txt
A flang/unittests/Runtime/BufferTest.cpp
M flang/unittests/Runtime/CMakeLists.txt
A flang/unittests/Runtime/CharacterTest.cpp
A flang/unittests/Runtime/CrashHandlerFixture.cpp
A flang/unittests/Runtime/CrashHandlerFixture.h
A flang/unittests/Runtime/ExternalIOTest.cpp
A flang/unittests/Runtime/Format.cpp
A flang/unittests/Runtime/ListInputTest.cpp
A flang/unittests/Runtime/Matmul.cpp
A flang/unittests/Runtime/MiscIntrinsic.cpp
A flang/unittests/Runtime/Namelist.cpp
A flang/unittests/Runtime/Numeric.cpp
A flang/unittests/Runtime/NumericalFormatTest.cpp
A flang/unittests/Runtime/Random.cpp
A flang/unittests/Runtime/Reduction.cpp
A flang/unittests/Runtime/RuntimeCrashTest.cpp
A flang/unittests/Runtime/Time.cpp
A flang/unittests/Runtime/Transformational.cpp
R flang/unittests/Runtime/external-io.cpp
R flang/unittests/Runtime/testing.cpp
R flang/unittests/Runtime/testing.h
A flang/unittests/Runtime/tools.h
R flang/unittests/RuntimeGTest/BufferTest.cpp
R flang/unittests/RuntimeGTest/CMakeLists.txt
R flang/unittests/RuntimeGTest/CharacterTest.cpp
R flang/unittests/RuntimeGTest/CrashHandlerFixture.cpp
R flang/unittests/RuntimeGTest/CrashHandlerFixture.h
R flang/unittests/RuntimeGTest/Format.cpp
R flang/unittests/RuntimeGTest/ListInputTest.cpp
R flang/unittests/RuntimeGTest/Matmul.cpp
R flang/unittests/RuntimeGTest/MiscIntrinsic.cpp
R flang/unittests/RuntimeGTest/Namelist.cpp
R flang/unittests/RuntimeGTest/Numeric.cpp
R flang/unittests/RuntimeGTest/NumericalFormatTest.cpp
R flang/unittests/RuntimeGTest/Random.cpp
R flang/unittests/RuntimeGTest/Reduction.cpp
R flang/unittests/RuntimeGTest/RuntimeCrashTest.cpp
R flang/unittests/RuntimeGTest/Time.cpp
R flang/unittests/RuntimeGTest/Transformational.cpp
R flang/unittests/RuntimeGTest/tools.h
Log Message:
-----------
[flang] Move External IO tests to use GTest
Port external-io test to use GTest. Remove Runtime tests directory.
Rename RuntimeGTest directory to Runtime.
This is the last in a series of patches which ported tests from the old
flang/unittests/Runtime test directory to use GTest in a temporary
unittest directory under flang/unittests/RuntimeGTest. Now that all the
tests in the old directory have been ported to use GTest, the old
directory has been removed and the GTest directory has been renamed to
flang/unittests/Runtime.
Differential Revision: https://reviews.llvm.org/D105315
Reviewed by: Meinersbur, awarzynski
More information about the All-commits
mailing list