[libc-commits] [PATCH] D112673: [libc][NFC] Move test related pieces from FPUtil to util/UnitTest.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Oct 29 08:37:42 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6c3f53c7ba3c: [libc][NFC] Move test related pieces from FPUtil to util/UnitTest. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D112673?vs=382899&id=383370#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112673/new/

https://reviews.llvm.org/D112673

Files:
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/FPExceptMatcher.cpp
  libc/src/__support/FPUtil/FPExceptMatcher.h
  libc/src/__support/FPUtil/TestHelpers.cpp
  libc/src/__support/FPUtil/TestHelpers.h
  libc/test/src/fenv/enabled_exceptions_test.cpp
  libc/test/src/fenv/feholdexcept_test.cpp
  libc/test/src/math/CeilTest.h
  libc/test/src/math/CopySignTest.h
  libc/test/src/math/FAbsTest.h
  libc/test/src/math/FDimTest.h
  libc/test/src/math/FMaxTest.h
  libc/test/src/math/FMinTest.h
  libc/test/src/math/FloorTest.h
  libc/test/src/math/FmaTest.h
  libc/test/src/math/FrexpTest.h
  libc/test/src/math/HypotTest.h
  libc/test/src/math/LdExpTest.h
  libc/test/src/math/LogbTest.h
  libc/test/src/math/ModfTest.h
  libc/test/src/math/NextAfterTest.h
  libc/test/src/math/RIntTest.h
  libc/test/src/math/RemQuoTest.h
  libc/test/src/math/RoundTest.h
  libc/test/src/math/SqrtTest.h
  libc/test/src/math/TruncTest.h
  libc/test/src/math/cos_test.cpp
  libc/test/src/math/cosf_test.cpp
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/test/src/math/expm1f_test.cpp
  libc/test/src/math/fdim_test.cpp
  libc/test/src/math/fdimf_test.cpp
  libc/test/src/math/fdiml_test.cpp
  libc/test/src/math/ilogb_test.cpp
  libc/test/src/math/ilogbf_test.cpp
  libc/test/src/math/ilogbl_test.cpp
  libc/test/src/math/mod_k_pi_test.cpp
  libc/test/src/math/sin_test.cpp
  libc/test/src/math/sincosf_test.cpp
  libc/test/src/math/sinf_test.cpp
  libc/test/src/math/tan_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/UnitTest/CMakeLists.txt
  libc/utils/UnitTest/FPExceptMatcher.cpp
  libc/utils/UnitTest/FPExceptMatcher.h
  libc/utils/UnitTest/FPMatcher.cpp
  libc/utils/UnitTest/FPMatcher.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112673.383370.patch
Type: text/x-patch
Size: 21750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211029/b07ab7bd/attachment-0001.bin>


More information about the libc-commits mailing list