Test Failures

View: New views
1 Messages — Rating Filter:   Alert me  

Test Failures

by Jonathan Yu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Chris,

I'm not sure if you're back from vacation yet, but hopefully you come
across this soon :-)

I got Smoke and all that jazz installed on my Debian system. I had to
install it from source, which I'm not too happy about, grumble
grumble. The Debian package should be available by end of July though.

Anyway. I can compile perlqt4 just fine, but the tests are failing and
there is no indication of reasons why. Here is the output:

jon@wraith:~/perlqt4/branches/jawnsy$ perl Build
Copying lib/Qt/slots.pm -> blib/lib/Qt/slots.pm
Copying lib/Qt/signals.pm -> blib/lib/Qt/signals.pm
Copying lib/Qt/isa.pm -> blib/lib/Qt/isa.pm
Copying lib/Qt/classinfo.pm -> blib/lib/Qt/classinfo.pm
Copying lib/Qt/debug.pm -> blib/lib/Qt/debug.pm
Copying lib/Qt.pm -> blib/lib/Qt.pm
Copying src/Qt.xs -> lib/Qt.xs
lib/Qt.xs -> lib/Qt.c
cc -Isrc -I/usr/lib/perl/5.10/CORE -DXS_VERSION="0.01"
-DVERSION="0.01" -fPIC -std=gnu++98 -Wall -xc++ -I. -DQT_SHARED
-I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore
-c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g
-o lib/Qt.o lib/Qt.c
lib/Qt.c: In function ‘void XS_Qt___internal_classIsa(PerlInterpreter*, CV*)’:
lib/Qt.c:42: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_findMethod(PerlInterpreter*, CV*)’:
lib/Qt.c:67: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_getClassList(PerlInterpreter*, CV*)’:
lib/Qt.c:118: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_getEnumList(PerlInterpreter*, CV*)’:
lib/Qt.c:145: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_getIsa(PerlInterpreter*, CV*)’:
lib/Qt.c:174: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_getTypeNameOfArg(PerlInterpreter*, CV*)’:
lib/Qt.c:202: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_getSVt(PerlInterpreter*, CV*)’:
lib/Qt.c:229: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_idClass(PerlInterpreter*, CV*)’:
lib/Qt.c:253: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_installautoload(PerlInterpreter*, CV*)’:
lib/Qt.c:277: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_installqt_metacall(PerlInterpreter*, CV*)’:
lib/Qt.c:302: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_installsignal(PerlInterpreter*, CV*)’:
lib/Qt.c:328: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_installsuper(PerlInterpreter*, CV*)’:
lib/Qt.c:350: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_installthis(PerlInterpreter*, CV*)’:
lib/Qt.c:378: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void
XS_Qt___internal_make_metaObject(PerlInterpreter*, CV*)’:
lib/Qt.c:406: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_isObject(PerlInterpreter*, CV*)’:
lib/Qt.c:499: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_setDebug(PerlInterpreter*, CV*)’:
lib/Qt.c:523: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_setQApp(PerlInterpreter*, CV*)’:
lib/Qt.c:544: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_setThis(PerlInterpreter*, CV*)’:
lib/Qt.c:566: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt___internal_sv_to_ptr(PerlInterpreter*, CV*)’:
lib/Qt.c:587: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt_this(PerlInterpreter*, CV*)’:
lib/Qt.c:610: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void XS_Qt_qApp(PerlInterpreter*, CV*)’:
lib/Qt.c:633: warning: unused variable ‘Perl___notused’
lib/Qt.c: In function ‘void boot_Qt(PerlInterpreter*, CV*)’:
lib/Qt.c:665: warning: deprecated conversion from string constant to ‘char*’
lib/Qt.c:661: warning: unused variable ‘Perl___notused’
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Qt/Qt.bs')
cc -shared -O2 -g -L/usr/local/lib -o blib/arch/auto/Qt/Qt.so lib/Qt.o
src/binding.o src/handlers.o src/util.o src/marshall_types.o -lsmokeqt
-lQtGui -lQtCore
Manifying blib/lib/Qt.pm -> blib/libdoc/Qt.3pm
jon@wraith:~/perlqt4/branches/jawnsy$ ls
blib   _build    Changes         examples  Makefile.PL  src  tools
Build  Build.PL  CMakeLists.txt  lib       MANIFEST     t
jon@wraith:~/perlqt4/branches/jawnsy$ perl Build test
t/a_loading............ok
t/c_qapp...............dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED test 3
        Failed 1/3 tests, 66.67% okay
t/d_sigslot............dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-4
        Failed 3/4 tests, 25.00% okay
t/e_sigslot_inherit....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-7
        Failed 7/7 tests, 0.00% okay
t/f_handlers...........dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-16
        Failed 16/16 tests, 0.00% okay
Failed Test           Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/c_qapp.t               0    11     3    2  3
t/d_sigslot.t            0    11     4    6  2-4
t/e_sigslot_inherit.t    0    11     7   14  1-7
t/f_handlers.t           0    11    16   32  1-16
Failed 4/5 test scripts. 27/31 subtests failed.
Files=5, Tests=31,  3 wallclock secs ( 0.58 cusr +  0.58 csys =  1.16 CPU)
Failed 4/5 test programs. 27/31 subtests failed.
jon@wraith:~/perlqt4/branches/jawnsy$
_______________________________________________
Kde-perl mailing list
Kde-perl@...
https://mail.kde.org/mailman/listinfo/kde-perl