]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add test case for strstr problem.
authorUlrich Drepper <drepper@gmail.com>
Wed, 6 Oct 2010 17:48:51 +0000 (13:48 -0400)
committerAndreas Schwab <schwab@redhat.com>
Fri, 8 Oct 2010 10:12:51 +0000 (12:12 +0200)
(cherry picked from commit 67a67b950be9741a4cf1ff3e75572204b06bec2e)

ChangeLog
string/Makefile

index 4391990cfa9c0739aed6b65363775dd51d9291fc..b3da5ad440b104faa893f002eabdcb09fd21bc9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-06  Ulrich Drepper  <drepper@gmail.com>
+
+       * string/bug-strstr1.c: New file.
+       * string/Makefile: Add rules to build and run bug-strstr1.
+
 2010-10-05  Eric Blake  <eblake@redhat.com>
 
        [BZ #12092]
index db9b5081d5dbf7d46aeb9144f65db19a2fd7f5a0..4ade15007e71a8bb20372e347425572b097b39e1 100644 (file)
@@ -54,7 +54,8 @@ tests         := tester inl-tester noinl-tester testcopy test-ffs     \
                   bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap      \
                   tst-strtok tst-strxfrm bug-strcoll1 tst-strfry       \
                   bug-strtok1 $(addprefix test-,$(strop-tests))        \
-                  bug-envz1 tst-strxfrm2 tst-endian tst-svc2
+                  bug-envz1 tst-strxfrm2 tst-endian tst-svc2           \
+                  bug-strstr1
 distribute     := memcopy.h pagecopy.h tst-svc.expect test-string.h    \
                   str-two-way.h
 
@@ -73,6 +74,7 @@ CFLAGS-tst-strlen.c = -fno-builtin
 CFLAGS-stratcliff.c = -fno-builtin
 CFLAGS-test-ffs.c = -fno-builtin
 CFLAGS-tst-inlcall.c = -fno-builtin
+CFLAGS-bug-strstr1.c = -fno-builtin
 
 ifeq ($(cross-compiling),no)
 tests: $(objpfx)tst-svc.out