diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 13:32:07 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 13:32:07 -0700 |
commit | 03759f47db62930f2dddf1c9733ef89b9d99e2da (patch) | |
tree | ff23ba8b81b00366f0cbc0c890e9e7487b4497ae /ChangeLog | |
parent | fb228a2d94a130eda38c8794b0f264aa9f0e4714 (diff) | |
download | glibc-03759f47db62930f2dddf1c9733ef89b9d99e2da.tar glibc-03759f47db62930f2dddf1c9733ef89b9d99e2da.tar.gz glibc-03759f47db62930f2dddf1c9733ef89b9d99e2da.tar.bz2 glibc-03759f47db62930f2dddf1c9733ef89b9d99e2da.zip |
Test strcasestr/strchr/strstr under all implementations
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ 2012-10-05 H.J. Lu <hongjiu.lu@intel.com> + * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1 + and bug-strchr1. + * string/bug-strcasestr1.c (do_test): Moved to ... + * string/test-strcasestr.c (check1): Here. New function. + (do_one_test): Break out result checking code into ... + (check_result): This. New function. + (do_one_test): Call check_result. + (test_main): Call check1. + * string/bug-strchr1.c (do_test): Moved to ... + * string/test-strchr.c (check1): Here. New function. + (do_one_test): Break out result checking code into ... + (check_result): This. New function. + (do_one_test): Call check_result. + (test_main): Call check1. + * string/bug-strstr1.c (main): Moved to ... + * string/test-strchr.c (check1): Here. New function. + (do_one_test): Break out result checking code into ... + (check_result): This. New function. + (do_one_test): Call check_result. + (test_main): Call check1. + * string/bug-strcasestr1.c: Removed. + * string/bug-strchr1.c: Likewise. + * string/bug-strstr1.c: Likewise. + * elf/Makefile (dl-routines): Add hwcaps. * elf/dl-support.c (_dl_important_hwcaps): Removed. * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise. |