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]

PATCH: New test for wcschr


Hello,

This is new comprehensive test for wcschr that is required since I
will contribute wcschr in assembly codes.
I checked it on my core 2 machine.


I use -k options for "make check". There are many fails in "make
check" now (current master branch), but my new test doesn't add any
new fail. All of these fails I saw for master branch before I added my
patch.

make[2]: scanf14.c:39:3: warning: format Б─≤%aБ─≥ expects argument of
type Б─≤float *Б─≥, but argument 3 has type Б─≤wchar_t **Б─≥
[-Wformat]*** [/export/users/ldmitrie/glibc_build_core2_64/stdio-common/scanf15.o]
Error 1
make[2]: *** [/export/users/ldmitrie/glibc_build_core2_64/stdio-common/scanf17.o]
Error 1
make[1]: *** [stdio-common/tests] Error 2
make[2]: [/export/users/ldmitrie/glibc_build_core2_64/posix/annexc.out]
Error 1 (ignored)
make[2]: *** [/export/users/ldmitrie/glibc_build_core2_64/nptl/tst-initializers1.o]
Error 1
make[2]: *** [/export/users/ldmitrie/glibc_build_core2_64/nptl/tst-initializers1-c89.o]
Error 1
make[2]: *** [/export/users/ldmitrie/glibc_build_core2_64/nptl/tst-initializers1-gnu89.o]
Error 1
make[2]: *** [/export/users/ldmitrie/glibc_build_core2_64/nptl/tst-initializers1-c99.o]
Error 1
make[2]: *** [/export/users/ldmitrie/glibc_build_core2_64/nptl/tst-initializers1-gnu99.o]
Error 1
make[1]: *** [nptl/tests] Error 2
make[2]: *** [/export/users/ldmitrie/glibc_build_core2_64/rt/tst-cpuclock2.out]
Error 1
make[1]: *** [rt/tests] Error 2
make: *** [check] Error 2


--
Liubov Dmitrieva
Intel Corporation

Change Log:

2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>

	* wcsmbs/Makefile
	(strop-tests): Add wcschr.

	* wcsmbs/test-wcschr.c: New file.
	* string/test-strchr.c: Update.
	Add wcschr support.
	(WIDE): New macro.

Attachment: wcschr_test.patch
Description: Binary data


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