[libc-commits] [PATCH] D152873: [libc] Enable hermetic floating point tests again.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 13 20:59:31 PDT 2023


lntue updated this revision to Diff 531164.
lntue added a comment.

Let math tests skip rounding modes that cannot be set.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152873

Files:
  libc/include/llvm-libc-macros/fenv-macros.h
  libc/src/__support/FPUtil/FEnvImpl.h
  libc/test/UnitTest/CMakeLists.txt
  libc/test/UnitTest/FPMatcher.h
  libc/test/UnitTest/RoundingModeUtils.cpp
  libc/test/UnitTest/RoundingModeUtils.h
  libc/test/src/CMakeLists.txt
  libc/test/src/__support/FPUtil/CMakeLists.txt
  libc/test/src/__support/FPUtil/rounding_mode_test.cpp
  libc/test/src/fenv/CMakeLists.txt
  libc/test/src/math/SqrtTest.h
  libc/test/src/math/exhaustive/acosf_test.cpp
  libc/test/src/math/exhaustive/acoshf_test.cpp
  libc/test/src/math/exhaustive/asinf_test.cpp
  libc/test/src/math/exhaustive/asinhf_test.cpp
  libc/test/src/math/exhaustive/atanf_test.cpp
  libc/test/src/math/exhaustive/atanhf_test.cpp
  libc/test/src/math/exhaustive/cosf_test.cpp
  libc/test/src/math/exhaustive/coshf_test.cpp
  libc/test/src/math/exhaustive/exp10f_test.cpp
  libc/test/src/math/exhaustive/exp2f_test.cpp
  libc/test/src/math/exhaustive/expf_test.cpp
  libc/test/src/math/exhaustive/expm1f_test.cpp
  libc/test/src/math/exhaustive/hypotf_test.cpp
  libc/test/src/math/exhaustive/log10f_test.cpp
  libc/test/src/math/exhaustive/log1pf_test.cpp
  libc/test/src/math/exhaustive/log2f_test.cpp
  libc/test/src/math/exhaustive/logf_test.cpp
  libc/test/src/math/exhaustive/sincosf_test.cpp
  libc/test/src/math/exhaustive/sinf_test.cpp
  libc/test/src/math/exhaustive/sinhf_test.cpp
  libc/test/src/math/exhaustive/tanf_test.cpp
  libc/test/src/math/exhaustive/tanhf_test.cpp
  libc/test/src/math/log10_test.cpp
  libc/test/src/math/log1p_test.cpp
  libc/test/src/math/log2_test.cpp
  libc/test/src/math/log_test.cpp
  libc/test/src/math/sincosf_test.cpp
  libc/test/src/stdio/sprintf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h
  utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152873.531164.patch
Type: text/x-patch
Size: 44389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230614/41c77b02/attachment-0001.bin>


More information about the libc-commits mailing list