[all-commits] [llvm/llvm-project] ec14ab: [libc] Add a new test matcher for tests raising fl...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Jul 20 21:59:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec14ab96242144ac18ab32963d66855a0a6750c8
https://github.com/llvm/llvm-project/commit/ec14ab96242144ac18ab32963d66855a0a6750c8
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M libc/test/src/CMakeLists.txt
M libc/test/src/fenv/CMakeLists.txt
M libc/test/src/fenv/enabled_exceptions_test.cpp
M libc/test/src/fenv/feholdexcept_test.cpp
M libc/test/src/math/CMakeLists.txt
M libc/utils/FPUtil/TestHelpers.cpp
M libc/utils/FPUtil/TestHelpers.h
Log Message:
-----------
[libc] Add a new test matcher for tests raising floating point exceptions.
This new matcher does not use death tests to check if SIGFPE is raised.
Instead, that a SIGFPE was raised is checked using a SIGFPE signal handler.
Reviewed By: mcgrathr
Differential Revision: https://reviews.llvm.org/D106086
More information about the All-commits
mailing list