diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 13:30:02 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 13:32:27 -0700 |
commit | d7e0dab96d1a855f7ff779195010c188c334669e (patch) | |
tree | 7ff4e149505a7a2a533fa18b54d33e20f95747ec /ChangeLog | |
parent | 03759f47db62930f2dddf1c9733ef89b9d99e2da (diff) | |
download | glibc-d7e0dab96d1a855f7ff779195010c188c334669e.tar glibc-d7e0dab96d1a855f7ff779195010c188c334669e.tar.gz glibc-d7e0dab96d1a855f7ff779195010c188c334669e.tar.bz2 glibc-d7e0dab96d1a855f7ff779195010c188c334669e.zip |
Add a testase for BZ #14602
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-10-05 H.J. Lu <hongjiu.lu@intel.com> + [BZ #14602] + * string/test-strstr.c (check2): New function. + (test_main): Call check2. + * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1 and bug-strchr1. * string/bug-strcasestr1.c (do_test): Moved to ... |