aboutsummaryrefslogtreecommitdiff
path: root/tests/string_test.cpp
AgeCommit message (Expand)Author
2023-10-26Fix riscv64 stpcpy().Elliott Hughes
2023-09-27Merge "Add strerrordesc_np() and strerrorname_np()." into mainElliott Hughes
2023-09-27Add strerrordesc_np() and strerrorname_np().Elliott Hughes
2023-09-21Add ASSERT_ERRNO and EXPECT_ERRNO (and use them).Elliott Hughes
2022-10-20Fix bionic tests for undefined __SIGRTMIN in muslColin Cross
2022-08-10Add C23's memset_explicit().Elliott Hughes
2021-10-07Revert "strerror: incl enum name"Steven Moreland
2021-10-05strerror: incl enum nameSteven Moreland
2021-08-16Replace local MUSL define with global ANDROID_HOST_MUSLColin Cross
2021-08-12Build bionic unit tests for muslColin Cross
2020-08-12Various coverage improvements.Elliott Hughes
2020-08-07Merge "Switch to musl memmem (via OpenBSD)."Elliott Hughes
2020-08-06Switch to musl memmem (via OpenBSD).Elliott Hughes
2020-08-06Trivial strxfrm coverage improvement.Elliott Hughes
2019-11-22Sync with upstream OpenBSD strstr().Elliott Hughes
2019-03-12bionic tests: use GTEST_SKIP.Elliott Hughes
2019-02-05Move NetBSD string routines to OpenBSD.Elliott Hughes
2018-12-03Reduce strerror(3)'s impact on .data.rel.ro.Elliott Hughes
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2017-05-08Add new memchr/strrchr tests.Christopher Ferris
2016-08-16Fix memmem behavior with empty needles.Elliott Hughes
2016-06-03Fix misc-macro-parentheses warnings in bionic/tests.Chih-Hung Hsieh
2016-05-03Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-02-12Add a memcpy(a, a, n) test.Christopher Ferris
2016-01-13Add method to run fortified versions of funcs.Christopher Ferris
2015-09-24Fix over read in strcpy/stpcpy/strcat.Christopher Ferris
2015-08-26Add strchrnul.Elliott Hughes
2015-07-27Add a regression test for a fixed strnlen bug.Elliott Hughes
2015-02-18Add GNU extensions mempcpy and wmemcpy.Elliott Hughes
2015-02-14Fix memchr overflow.Elliott Hughes
2014-11-10Add align/overread tests for strlcpy/strlcat.Christopher Ferris
2014-09-04Reset enviroment for math_testsDmitriy Ivanov
2014-09-03Merge "Make string tests check all alignment combinations"Dmitriy Ivanov
2014-08-28Add GNU-compatible strerror_r.Elliott Hughes
2014-08-19Implement the GNU basename(3) in addition to the POSIX one.Elliott Hughes
2014-08-14Make string tests check all alignment combinationsDmitriy Ivanov
2014-07-30Fix memchr with a zero length.Christopher Ferris
2014-06-30Add extra strchr testing.Christopher Ferris
2014-06-14Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert
2014-06-14Backing this one out since the counterpart needs to be sent upstream.Dan Albert
2014-06-13Hides valloc(3)/pvalloc(3) on LP64.Dan Albert
2014-06-12Remove __memcmp16 from bionic.Elliott Hughes
2014-06-10AArch64: Fix memcmp16() testSerban Constantinescu
2014-06-05Fix for slm-tuned memmove (both 32- and 64-bit).Varvara Rainchik
2014-05-20denver: optimize memmoveShu Zhang
2014-04-30Make SIGRTMIN hide the real-time signals we use internally.Elliott Hughes
2014-04-07Add stpcpy/stpncpy.Christopher Ferris
2014-02-06Make sure that the same tests are on all platforms.Christopher Ferris
2013-12-03Add strcmp/memcmp testing.Christopher Ferris
2013-11-15Add new tests for memory/string routines.Christopher Ferris