[all-commits] [llvm/llvm-project] 168b20: [flang] Unittests for runtime terminator
Asher Mancinelli via All-commits
all-commits at lists.llvm.org
Thu Mar 18 08:55:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 168b206cd8efb59438a1db65d8e1639ae2c9f662
https://github.com/llvm/llvm-project/commit/168b206cd8efb59438a1db65d8e1639ae2c9f662
Author: Asher Mancinelli <asher.mancinelli at pnnl.gov>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M flang/unittests/RuntimeGTest/CMakeLists.txt
A flang/unittests/RuntimeGTest/CrashHandlerFixture.cpp
A flang/unittests/RuntimeGTest/CrashHandlerFixture.h
A flang/unittests/RuntimeGTest/RuntimeCrashTest.cpp
Log Message:
-----------
[flang] Unittests for runtime terminator
Create test fixture for runtime tests which enables verification
of failure cases. Test some runtime IO APIs for failure cases.
Support testing efforts in D98303. Expand on effort discussed
in D98601.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D98652
More information about the All-commits
mailing list