[PATCH] D98303: [flang] Update output format test to use GTest

Asher Mancinelli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 15:49:56 PST 2021


ashermancinelli created this revision.
ashermancinelli added reviewers: sscalpone, kiranchandramohan, kiranktp, AMDChirag, awarzynski, sameeranjoshi, SouraVX, klausler, jeanPerier.
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.

Better document each test in output formatting tests. Use GTest primitives and infrastructure in same
spirit as D97403 <https://reviews.llvm.org/D97403>. See legacy github issue linked here <https://github.com/flang-compiler/f18/issues/995#issuecomment-790737912> for additional context. Reorganize long test cases to be more readable.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98303

Files:
  flang/unittests/Runtime/CMakeLists.txt
  flang/unittests/Runtime/hello.cpp
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/NumericalFormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98303.329488.patch
Type: text/x-patch
Size: 58481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210309/ba4371af/attachment.bin>


More information about the llvm-commits mailing list