llvm-project/libc/test
Siva Chandra Reddy d599ed49b3 [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests.
This is a continuation of the previous CL which did a similar change in
other tests. To elaborate a little about why we need this - under C++
compilation with headers not from LLVM libc, libraries like libc++ and
libstdc++ provide their own math.h which undefine macros like `isnan`
and provide the overloaded C++ isnan functions which return a boolean
value instead of an integer value returned by the isnan macro.
2020-12-17 23:16:26 -08:00
..
config [libc][Obvious] Use full path with cmake's if(EXISTS ...). 2020-06-10 15:08:00 -07:00
loader [libc][NFC] Disable a loader test as ld.gold fails to link. 2020-08-07 23:45:18 -07:00
src [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests. 2020-12-17 23:16:26 -08:00
utils [libc][Obvious] Fix typo is wrappergen unittest. 2020-12-17 09:13:23 -08:00
CMakeLists.txt [libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h. 2020-07-28 11:05:52 -07:00
ErrnoSetterMatcher.h [libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h. 2020-07-28 11:05:52 -07:00