[all-commits] [llvm/llvm-project] 18fd6d: [libc][math] Add unit tests for raising excepts in...
Nishant Mittal via All-commits
all-commits at lists.llvm.org
Mon Nov 27 21:50:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18fd6df885da35f6b6e65a373d70297ac8db303b
https://github.com/llvm/llvm-project/commit/18fd6df885da35f6b6e65a373d70297ac8db303b
Author: Nishant Mittal <nishantwrp at google.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M libc/test/UnitTest/FPMatcher.h
M libc/test/src/math/smoke/NextAfterTest.h
Log Message:
-----------
[libc][math] Add unit tests for raising excepts in nextafter (#73556)
Follow up to
https://github.com/llvm/llvm-project/pull/72763#discussion_r1398277962.
### Summary
- Add unit tests for raising excepts in `nextafter`.
- Fixed a bug in testing code for `nexttoward`.
cc: @lntue
More information about the All-commits
mailing list