bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1875 in lilypond: tests for flower appear to miss instantiatio


From: lilypond
Subject: Re: Issue 1875 in lilypond: tests for flower appear to miss instantiations of classes
Date: Wed, 30 Nov 2011 06:53:51 +0000


Comment #16 on issue 1875 by address@hidden: tests for flower appear to miss instantiations of classes
http://code.google.com/p/lilypond/issues/detail?id=1875

David, thanks for your patience. I still cannot get any failure (I use LilyDev if that matters?). After I do 'make' I get

--snip--

address@hidden:~/lilypond-git/flower$ make test
rm -f ./out/test-file-name.dep; DEPENDENCIES_OUTPUT="./out/test-file-name.dep ./out/test-file-name.o" g++ -c -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -fkeep-inline-functions -O2 -finline-functions -g -pipe -pthread -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wconversion -o out/test-file-name.o test-file-name.cc rm -f ./out/test-file-path.dep; DEPENDENCIES_OUTPUT="./out/test-file-path.dep ./out/test-file-path.o" g++ -c -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -fkeep-inline-functions -O2 -finline-functions -g -pipe -pthread -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wconversion -o out/test-file-path.o test-file-path.cc
test-file-path.cc: In constructor '<unnamed>::Find::Find()':
test-file-path.cc:13: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result
test-file-path.cc: In constructor '<unnamed>::Find::Find()':
test-file-path.cc:13: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result
test-file-path.cc: In constructor '<unnamed>::Find::Find()':
test-file-path.cc:13: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result rm -f ./out/test-std.dep; DEPENDENCIES_OUTPUT="./out/test-std.dep ./out/test-std.o" g++ -c -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -fkeep-inline-functions -O2 -finline-functions -g -pipe -pthread -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wconversion -o out/test-std.o test-std.cc rm -f ./out/test-string.dep; DEPENDENCIES_OUTPUT="./out/test-string.dep ./out/test-string.o" g++ -c -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -fkeep-inline-functions -O2 -finline-functions -g -pipe -pthread -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wconversion -o out/test-string.o test-string.cc
make --no-builtin-rules -C ../flower &&  true
make[1]: Entering directory `/home/jlowe/lilypond-git/flower'
make PACKAGE=LILYPOND package=lilypond -C include all && true
make[2]: Entering directory `/home/jlowe/lilypond-git/flower/include'
true
make[2]: Leaving directory `/home/jlowe/lilypond-git/flower/include'
make[1]: Leaving directory `/home/jlowe/lilypond-git/flower'
g++ -o out/test-flower ./out/test-file-name.o ./out/test-file-path.o ./out/test-std.o ./out/test-string.o ./out/../../flower/out/library.a
./out/test-flower
pid(12877)

::parray_concat [OK]
::parray_uniq [OK]
::string_split_join [OK]
::vector_erase [OK]
::vector_insert [OK]
::vector_search [OK]
::vector_slice [OK]
::vector_sorting [OK]
File_name::Canonicalize [OK]
File_name::CaseB [OK]
File_name::Mingw_slashify [OK]
File_name::Mingw_slashify_2 [OK]
File_name::Mingw_slashify_3 [OK]
File_name::Mingw_slashify_4 [OK]
File_path::Find [OK]
[TOTAL](15/15)
[OK](15/15)
address@hidden:~/lilypond-git/flower$


--snip--

This is the same before and after the patch is applied.

Regards

james




reply via email to

[Prev in Thread] Current Thread [Next in Thread]