This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

String Tests


I noticed that some string routines are also tested for "eagerness" in
optimizations (do_test_limit), while others aren't.

Perhaps some cases could be caught if the test buffers were closer to
the end of the page, when any page crossing would trip at the guard
page.

HTH

-- 
_______________________________________________________
Evandro Menezes               AMD            Austin, TX



ChangeLog:

2006-05-11 Evandro Menezes <evandro.menezes@amd.com>

	* string/test-strcat.c (do_test): move test strings closer to
end of the page.
	* string/test-strchr.c (do_test): ditto.
	* string/test-strcmp.c (do_test): ditto.
	* string/test-strcpy.c (do_test): ditto.
	* string/test-strlen.c (do_test): ditto.
	* string/test-strncpy.c (do_test): ditto.

Attachment: libc-string-test-head.diff
Description: libc-string-test-head.diff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]