aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan3-29/+86
2023-12-05[libc] Fix arm32 tests (#74457)Guillaume Chatelet1-7/+7
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet6-143/+15
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet6-15/+143
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet6-143/+15
2023-12-04[libc] fix HashTable warnings and build problems (#74371)Schrodinger ZHU Yifan1-0/+3
2023-12-04[libc] Revert #73704 and subsequent fixes #73984, #74026 (#74355)Schrodinger ZHU Yifan2-140/+0
2023-12-01[libc][NFC] Rename SPECIAL_X86_LONG_DOUBLE in LIBC_LONG_DOUBLE_IS_X86_FLOAT80...Guillaume Chatelet3-30/+31
2023-12-01[libc][NFC] rename LONG_DOUBLE_IS_DOUBLE into LIBC_LONG_DOUBLE_IS_FLOAT64 (#7...Guillaume Chatelet5-27/+27
2023-11-30[libc] remove fragile test from mincore (#74026)Schrodinger ZHU Yifan1-12/+2
2023-11-30[libc][mincore] use correct page_size for test (#73984)Schrodinger ZHU Yifan2-30/+49
2023-11-30[libc][SysMMan] implement mincore (#73704)Schrodinger ZHU Yifan2-0/+131
2023-11-30[libc] Add more functions in CPP/bit.h (#73814)Guillaume Chatelet2-0/+216
2023-11-28[libc] fix build on aarch64 (#73739)Schrodinger ZHU Yifan1-1/+1
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan11-0/+711
2023-11-28[libc][math] Add unit tests for raising excepts in nextafter (#73556)Nishant Mittal2-18/+31
2023-11-27 [libc] Move in_use into OptionalStorage (#73569)michaelrj-google1-8/+12
2023-11-23[libc][NFC] Sink "PlatformDefs.h" into "FloatProperties.h" (#73226)Guillaume Chatelet3-3/+0
2023-11-23[libc][NFC] Split builtin_wrapper into bit and math_extras (#73113)Guillaume Chatelet3-0/+59
2023-11-22[libc] Disable nexttoward tests on the GPUJoseph Huber1-2/+2
2023-11-21[libc][math] Implement nexttoward functions (#72763)Nishant Mittal5-0/+310
2023-11-20[libc] Remove the optional arguments for NVPTX constructors (#69536)Joseph Huber1-2/+2
2023-11-10[libc][math] Add initial support for C23 float128 math functions, starting wi...lntue4-10/+112
2023-11-07[libc][FIXME] Disable math tests to make the GPU bots green (#71603)Joseph Huber2-0/+74
2023-11-07[libc][NFC] Remove libcpp include from atanf_test (#71449)michaelrj-google1-4/+3
2023-11-06[libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean ...lntue8-426/+391
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue5-0/+344
2023-11-03[libc] Cleanup ErrnoSetterMatcher target (#71240)michaelrj-google9-29/+29
2023-11-02[libc] Allow hermetic timing if the `clock` function is built (#71092)Joseph Huber2-15/+11
2023-10-30[libc] Fix printf long double truncation bound (#70705)michaelrj-google1-0/+3
2023-10-27[libc] Fix incorrect printing for alt mode ints (#70252)michaelrj-google1-0/+16
2023-10-24[libc] Disable -NaN test on float128 systems (#70146)michaelrj-google1-0/+4
2023-10-24[libc] Fix printf long double inf, bitcast in msan (#70067)michaelrj-google1-1/+16
2023-10-20[libc][NFC] Attempt to deflake gettimeofday_test. (#69719)lntue2-32/+2
2023-10-19[libc][NFC] Forcing data type in gettimeofday_test when comparing the diff. (...lntue1-6/+6
2023-10-19[libc] Partially implement 'rand' for the GPU (#66167)Joseph Huber1-0/+3
2023-10-19[libc] Fix accidental LIBC_NAMESPACE_clock_freq (#69620)alfredfo1-2/+2
2023-10-19[libc][math][NFC] Remove global scope constants declaration in math tests (#6...lntue66-317/+258
2023-10-19[libc] Fix accidental LIBC_NAMESPACE_syscall definition (#69548)alfredfo2-2/+2
2023-10-17[libc] Implement the 'ungetc' function on the GPU (#69248)Joseph Huber1-0/+8
2023-10-16[libc] Add simple long double to printf float fuzz (#68449)michaelrj-google1-0/+3
2023-10-06[libc] Enable missing memory tests on the GPU (#68111)Joseph Huber1-1/+4
2023-10-04[libc] Add x86-64 stack protector support.tnv012-0/+91
2023-10-04[libc] Fix typo in long double negative block (#68243)michaelrj-google1-0/+19
2023-10-04[libc][NFC] Fix -Wdangling-else when compiling libc with gcc >= 7 (#67833)Mikhail R. Gadelha4-41/+54
2023-10-02[libc][NFC] Fix missing field 'tm_isdst' initializer warning (#67837)Mikhail R. Gadelha2-40/+57
2023-10-02[libc][NFC] Couple of small warning fixes (#67847)Mikhail R. Gadelha4-3/+4
2023-09-29[libc][NFC] Adjust the `libc` init / fini array testJoseph Huber1-3/+3
2023-09-29[libc] Fix unused variable in fputc test (#67830)Mikhail R. Gadelha1-1/+1
2023-09-28[libc][math] Implement double precision expm1 function correctly rounded for ...lntue4-0/+187