[all-commits] [llvm/llvm-project] 6c3f53: [libc][NFC] Move test related pieces from FPUtil t...

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Oct 29 08:37:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c3f53c7ba3c84a517339f735c8dbe0fd737168f
      https://github.com/llvm/llvm-project/commit/6c3f53c7ba3c84a517339f735c8dbe0fd737168f
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2021-10-29 (Fri, 29 Oct 2021)

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

  Log Message:
  -----------
  [libc][NFC] Move test related pieces from FPUtil to util/UnitTest.

Reviewed By: michaelrj

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




More information about the All-commits mailing list