[all-commits] [llvm/llvm-project] e8515c: [flang] Update output format test to use GTest

Asher Mancinelli via All-commits all-commits at lists.llvm.org
Mon Mar 29 09:19:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8515ca8478f96f7d2eddadc4d310ac29bb04abe
      https://github.com/llvm/llvm-project/commit/e8515ca8478f96f7d2eddadc4d310ac29bb04abe
  Author: Asher Mancinelli <asher.mancinelli at pnnl.gov>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    M flang/unittests/Runtime/CMakeLists.txt
    R flang/unittests/Runtime/hello.cpp
    M flang/unittests/RuntimeGTest/CMakeLists.txt
    A flang/unittests/RuntimeGTest/NumericalFormatTest.cpp

  Log Message:
  -----------
  [flang] Update output format test to use GTest

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

Reviewed By: awarzynski, klausler

Differential Revision: https://reviews.llvm.org/D98303




More information about the All-commits mailing list