[PATCH] D98652: [flang] Unittests for runtime terminator

Asher Mancinelli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 12:48:35 PDT 2021


ashermancinelli created this revision.
ashermancinelli added reviewers: awarzynski, klausler, arnamoy10, AMDChirag, sscalpone, tskeith, kiranchandramohan, SouraVX.
ashermancinelli added a project: Flang.
Herald added subscribers: jdoerfert, mgorny.
ashermancinelli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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 <https://reviews.llvm.org/D98303>. Expand on effort discussed
in D98601 <https://reviews.llvm.org/D98601>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98652

Files:
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/CrashHandlerFixture.cpp
  flang/unittests/RuntimeGTest/CrashHandlerFixture.h
  flang/unittests/RuntimeGTest/RuntimeCrashTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98652.330765.patch
Type: text/x-patch
Size: 9208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210315/2f47c248/attachment.bin>


More information about the llvm-commits mailing list