[all-commits] [llvm/llvm-project] 953207: [libc][math] Clean up exhaustive tests implementat...
lntue via All-commits
all-commits at lists.llvm.org
Wed Jun 28 04:59:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9532074a9d575d3b052121c24bf60bdd50bcf684
https://github.com/llvm/llvm-project/commit/9532074a9d575d3b052121c24bf60bdd50bcf684
Author: Tue Ly <lntue at google.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
M libc/src/math/docs/add_math_function.md
M libc/test/src/math/exhaustive/CMakeLists.txt
M libc/test/src/math/exhaustive/acosf_test.cpp
M libc/test/src/math/exhaustive/acoshf_test.cpp
M libc/test/src/math/exhaustive/asinf_test.cpp
M libc/test/src/math/exhaustive/asinhf_test.cpp
M libc/test/src/math/exhaustive/atanf_test.cpp
M libc/test/src/math/exhaustive/atanhf_test.cpp
M libc/test/src/math/exhaustive/cosf_test.cpp
M libc/test/src/math/exhaustive/coshf_test.cpp
R libc/test/src/math/exhaustive/exhaustive_test.cpp
M libc/test/src/math/exhaustive/exhaustive_test.h
M libc/test/src/math/exhaustive/exp10f_test.cpp
M libc/test/src/math/exhaustive/exp2f_test.cpp
M libc/test/src/math/exhaustive/expf_test.cpp
M libc/test/src/math/exhaustive/expm1f_test.cpp
M libc/test/src/math/exhaustive/hypotf_test.cpp
M libc/test/src/math/exhaustive/log10f_test.cpp
M libc/test/src/math/exhaustive/log1pf_test.cpp
M libc/test/src/math/exhaustive/log2f_test.cpp
M libc/test/src/math/exhaustive/logf_test.cpp
M libc/test/src/math/exhaustive/sincosf_test.cpp
M libc/test/src/math/exhaustive/sinf_test.cpp
M libc/test/src/math/exhaustive/sinhf_test.cpp
M libc/test/src/math/exhaustive/sqrtf_test.cpp
M libc/test/src/math/exhaustive/tanf_test.cpp
M libc/test/src/math/exhaustive/tanhf_test.cpp
Log Message:
-----------
[libc][math] Clean up exhaustive tests implementations.
Clean up exhaustive tests. Let check functions return number of failures instead of passed/failed.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D153682
More information about the All-commits
mailing list