aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2022-07-25[libc][Obvious] Use the correct StringView constructor in dirent_test.Siva Chandra Reddy1-5/+6
2022-07-25[libc] Add dirent.h functions opendir, readdir, closedir and dirfd.Siva Chandra Reddy4-0/+93
2022-07-25[libc] Add a simple StringStream class.Siva Chandra Reddy2-0/+62
2022-07-22[libc] Implement sinf function that is correctly rounded to all rounding modes.Tue Ly3-21/+121
2022-07-21[libc] Add a convenience class and function for integer to string conversion.Siva Chandra Reddy2-0/+262
2022-07-19[libc] Add a method `find_last_of` to StringView.Siva Chandra Reddy1-0/+50
2022-07-18[libc] fix strtofloatingpoint on rare edge caseMichael Jones1-0/+98
2022-07-18[libc] Fix API for remove_{prefix, suffix}Jeff Bailey1-34/+26
2022-07-15[libc] add rounding modes to printf float convMichael Jones2-3/+131
2022-07-14[libc] Add implementations of pthread_equal and pthread_self.Siva Chandra Reddy4-0/+176
2022-07-14Add support for three more string_view functionsJeff Bailey1-0/+31
2022-07-13[libc] Linux threads - Setup TLS area of a new thread and cleanup at exit.Siva Chandra Reddy2-0/+58
2022-07-13[libc] Specify rounding mode for strto[f|d] testsAlex Brachet2-2/+12
2022-07-13[libc] Reset rounding mode after fsetround testsAlex Brachet1-0/+7
2022-07-12[libc][utils] Add more methods to StringViewGuillaume Chatelet1-42/+80
2022-07-11[libc] Add imaxabsAlex Brachet2-0/+36
2022-07-11[libc][NFC] Make thread_detach_test an integration test.Siva Chandra Reddy5-6/+18
2022-07-09[libc][NFC] Remove the now used thread_attrib target.Siva Chandra Reddy2-7/+2
2022-07-08[libc] add printf hexadecimal float conversionMichael Jones1-0/+252
2022-07-08[libc] add dependencies to generic sqrt testsMichael Jones1-0/+3
2022-07-07[libc] Make div test names uniqueAlex Brachet1-1/+1
2022-07-04[libc] Add a separate algorithm_test.Tue Ly1-1/+16
2022-07-01[libc][math] Improved ExhaustiveTest performance.Kirill Okhotnikov10-118/+117
2022-07-01Revert "[reland] algorithm_test.cpp"Guillaume Chatelet1-5/+4
2022-07-01[reland] algorithm_test.cppGuillaume Chatelet1-4/+5
2022-06-29Revert "[libc][test] Remove dependency on sstream in algorithm_test.cpp"Guillaume Chatelet2-40/+10
2022-06-29[libc][test] Remove dependency on sstream in algorithm_test.cppGuillaume Chatelet2-10/+40
2022-06-28[libc] add integer writing to printfMichael Jones1-1/+36
2022-06-28[libc] disable algorithm_test.cpp temporarilyMichael Jones1-1/+1
2022-06-28[libc] Fix compile options for algorithm testMichael Jones1-0/+1
2022-06-28[libc] Disable use of inlined builtins for testsGuillaume Chatelet1-1/+2
2022-06-28[libc] Use ASSERT_ instead of EXPECT_ in memcmp testsGuillaume Chatelet1-2/+2
2022-06-28[libc][mem*] Introduce Algorithms for new mem frameworkGuillaume Chatelet2-0/+566
2022-06-27[libc] add printf oct conversionMichael Jones2-15/+152
2022-06-25[libc] Add compound assignment and pre-increment operators to UInt.Siva Chandra Reddy1-0/+56
2022-06-25[libc][Obvious] Compare values of the same type in memory_utils/backend_test.Siva Chandra Reddy1-3/+3
2022-06-24[libc][math] fmod/fmodf implementation.Kirill Okhotnikov11-0/+517
2022-06-24[libc] Add Uint128 type as a fallback when __uint128_t is not available.Siva Chandra Reddy8-215/+191
2022-06-23[libc][NFC] Convert pthread tests which create threads to integration tests.Siva Chandra Reddy5-38/+57
2022-06-23[libc][NFC] Convert threads unittests in to integration tests.Siva Chandra Reddy8-38/+83
2022-06-22[libc][mem*] Introduce Sized/Backends for new mem frameworkGuillaume Chatelet2-0/+198
2022-06-22[libc] Fix bug in UInt comparison operators.Siva Chandra Reddy1-0/+19
2022-06-19[libc] Revert: Temporary disable environment tests for PATH variable.Siva Chandra Reddy1-2/+2
2022-06-18[libc] Temporary disable environment tests for PATH variable.Tue Ly1-2/+2
2022-06-18[libc][Obvious] Fix c++20-designator warnings for tests that use TmHelper.h.Tue Ly1-0/+6
2022-06-17[libc] Add TLS image initialization to aarch64 startup code.Siva Chandra1-4/+0
2022-06-17[libc] add printf pointer convMichael Jones2-0/+36
2022-06-16[libc][obvious] fix address test on windowsMichael Jones1-12/+12
2022-06-16[libc] fix line buffered empty file writesMichael Jones1-0/+27
2022-06-16[libc] add printf hex conversionMichael Jones2-0/+153