[all-commits] [llvm/llvm-project] 4c9bfe: [libc] Let exhaustive tests indicate each interval...
lntue via All-commits
all-commits at lists.llvm.org
Wed Mar 16 06:56:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c9bfec67c6269f1744cbade70b3c8053d5d5da4
https://github.com/llvm/llvm-project/commit/4c9bfec67c6269f1744cbade70b3c8053d5d5da4
Author: Tue Ly <lntue at google.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M libc/test/src/math/exhaustive/exhaustive_test.cpp
M libc/test/src/math/exhaustive/exhaustive_test.h
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/utils/UnitTest/LibcTest.h
Log Message:
-----------
[libc] Let exhaustive tests indicate each interval PASSED/FAILED.
Let exhaustive tests indicate each interval PASSED/FAILED.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D121564
More information about the All-commits
mailing list