PATCH: New test for wcschr

Dmitrieva Liubov liubov.dmitrieva@gmail.com
Wed Oct 19 15:47:00 GMT 2011


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wcschr_test.patch
Type: application/octet-stream
Size: 7903 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20111019/5e3253b4/attachment.obj>


More information about the Libc-alpha mailing list