[PATCH] D105315: [flang] Move External IO tests to use GTest

Asher Mancinelli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 14:03:45 PDT 2021


ashermancinelli created this revision.
ashermancinelli added a reviewer: awarzynski.
Herald added a subscriber: mgorny.
Herald added a reviewer: sscalpone.
ashermancinelli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Port external-io test to use GTest. Remove Runtime tests directory. Rename RuntimeGTest directory to Runtime.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105315

Files:
  flang/unittests/CMakeLists.txt
  flang/unittests/Runtime/BufferTest.cpp
  flang/unittests/Runtime/CMakeLists.txt
  flang/unittests/Runtime/CharacterTest.cpp
  flang/unittests/Runtime/CrashHandlerFixture.cpp
  flang/unittests/Runtime/CrashHandlerFixture.h
  flang/unittests/Runtime/ExternalIOTest.cpp
  flang/unittests/Runtime/Format.cpp
  flang/unittests/Runtime/ListInputTest.cpp
  flang/unittests/Runtime/Matmul.cpp
  flang/unittests/Runtime/MiscIntrinsic.cpp
  flang/unittests/Runtime/Namelist.cpp
  flang/unittests/Runtime/Numeric.cpp
  flang/unittests/Runtime/NumericalFormatTest.cpp
  flang/unittests/Runtime/Random.cpp
  flang/unittests/Runtime/Reduction.cpp
  flang/unittests/Runtime/RuntimeCrashTest.cpp
  flang/unittests/Runtime/Time.cpp
  flang/unittests/Runtime/Transformational.cpp
  flang/unittests/Runtime/external-io.cpp
  flang/unittests/Runtime/testing.cpp
  flang/unittests/Runtime/testing.h
  flang/unittests/Runtime/tools.h
  flang/unittests/RuntimeGTest/BufferTest.cpp
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/CharacterTest.cpp
  flang/unittests/RuntimeGTest/CrashHandlerFixture.cpp
  flang/unittests/RuntimeGTest/CrashHandlerFixture.h
  flang/unittests/RuntimeGTest/Format.cpp
  flang/unittests/RuntimeGTest/ListInputTest.cpp
  flang/unittests/RuntimeGTest/Matmul.cpp
  flang/unittests/RuntimeGTest/MiscIntrinsic.cpp
  flang/unittests/RuntimeGTest/Namelist.cpp
  flang/unittests/RuntimeGTest/Numeric.cpp
  flang/unittests/RuntimeGTest/NumericalFormatTest.cpp
  flang/unittests/RuntimeGTest/Random.cpp
  flang/unittests/RuntimeGTest/Reduction.cpp
  flang/unittests/RuntimeGTest/RuntimeCrashTest.cpp
  flang/unittests/RuntimeGTest/Time.cpp
  flang/unittests/RuntimeGTest/Transformational.cpp
  flang/unittests/RuntimeGTest/tools.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105315.356011.patch
Type: text/x-patch
Size: 179369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210701/29b9229b/attachment-0001.bin>


More information about the llvm-commits mailing list