Closed GoogleCodeExporter closed 9 years ago
Hi,
Can you provide the output of
ctest -R 'perlqt_qstringlistmodel|perlqt_qabstractitemmodel' --verbose
Original comment by chrisbu...@gmail.com
on 6 Aug 2013 at 4:59
Hi, here's the output as requested:
$ ctest -R 'perlqt_qstringlistmodel|perlqt_qabstractitemmodel' --verbose
UpdateCTestConfiguration from
:/builddir/build/BUILD/perlqt-4.10.5/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/builddir/build/BUILD/perlqt-4.10.5/build/DartConfiguration.tcl
Test project /builddir/build/BUILD/perlqt-4.10.5/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 2
Start 2: perlqt_qabstractitemmodel
2: Test command: /usr/bin/prove
"/builddir/build/BUILD/perlqt-4.10.5/qtcore/t/qabstractitemmodel.t"
2: Test timeout computed to be: 9.99988e+06
2: defined(@array) is deprecated at
/builddir/build/BUILD/perlqt-4.10.5/build/qtcore/t/../../blib/lib/QtCore4.pm
line 1420.
2: (Maybe you should just omit the defined()?)
2: defined(@array) is deprecated at
/builddir/build/BUILD/perlqt-4.10.5/build/qtcore/t/../../blib/lib/QtCore4.pm
line 1421.
2: (Maybe you should just omit the defined()?)
2: defined(@array) is deprecated at
/builddir/build/BUILD/perlqt-4.10.5/build/qtcore/t/../../blib/lib/QtCore4.pm
line 1422.
2: (Maybe you should just omit the defined()?)
2: /builddir/build/BUILD/perlqt-4.10.5/qtcore/t/qabstractitemmodel.t ..
2: Failed 3/15 subtests
2:
2: Test Summary Report
2: -------------------
2: /builddir/build/BUILD/perlqt-4.10.5/qtcore/t/qabstractitemmodel.t (Wstat:
139 Tests: 12 Failed: 0)
2: Non-zero wait status: 139
2: Parse errors: Bad plan. You planned 15 tests but ran 12.
2: Files=1, Tests=12, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.06 cusr 0.01
csys = 0.09 CPU)
2: Result: FAIL
1/2 Test #2: perlqt_qabstractitemmodel ........***Failed 0.18 sec
test 9
Start 9: perlqt_qstringlistmodel
9: Test command: /usr/bin/prove
"/builddir/build/BUILD/perlqt-4.10.5/qtgui/t/qstringlistmodel.t"
9: Test timeout computed to be: 9.99988e+06
9: defined(@array) is deprecated at
/builddir/build/BUILD/perlqt-4.10.5/build/qtgui/t/../../blib/lib/QtCore4.pm
line 1420.
9: (Maybe you should just omit the defined()?)
9: defined(@array) is deprecated at
/builddir/build/BUILD/perlqt-4.10.5/build/qtgui/t/../../blib/lib/QtCore4.pm
line 1421.
9: (Maybe you should just omit the defined()?)
9: defined(@array) is deprecated at
/builddir/build/BUILD/perlqt-4.10.5/build/qtgui/t/../../blib/lib/QtCore4.pm
line 1422.
9: (Maybe you should just omit the defined()?)
9: Subroutine Qt::GlobalSpace::_UTOLOAD redefined at
/builddir/build/BUILD/perlqt-4.10.5/build/qtgui/t/../../blib/lib/QtCore4.pm
line 1304.
9: Subroutine Qt::GlobalSpace::_UTOLOAD redefined at
/builddir/build/BUILD/perlqt-4.10.5/build/qtgui/t/../../blib/lib/QtCore4.pm
line 1304.
9: Subroutine Qt::Widget::_UTOLOAD redefined at
/builddir/build/BUILD/perlqt-4.10.5/build/qtgui/t/../../blib/lib/QtCore4.pm
line 1304.
9: Subroutine Qt::Widget::_UTOLOAD redefined at
/builddir/build/BUILD/perlqt-4.10.5/build/qtgui/t/../../blib/lib/QtCore4.pm
line 1304.
9: /builddir/build/BUILD/perlqt-4.10.5/qtgui/t/qstringlistmodel.t ..
9: Failed 3/4 subtests
9:
9: Test Summary Report
9: -------------------
9: /builddir/build/BUILD/perlqt-4.10.5/qtgui/t/qstringlistmodel.t (Wstat: 139
Tests: 1 Failed: 0)
9: Non-zero wait status: 139
9: Parse errors: Bad plan. You planned 4 tests but ran 1.
9: Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.09 cusr 0.00
csys = 0.11 CPU)
9: Result: FAIL
2/2 Test #9: perlqt_qstringlistmodel ..........***Failed 0.20 sec
0% tests passed, 2 tests failed out of 2
Total Test time (real) = 0.39 sec
The following tests FAILED:
2 - perlqt_qabstractitemmodel (Failed)
9 - perlqt_qstringlistmodel (Failed)
Errors while running CTest
Original comment by mcivta.a...@googlemail.com
on 7 Aug 2013 at 2:58
Hi,
I've pushed some changes to git://anongit.kde.org/perlqt. There's one gui test
that still isn't working, but that's less of a concern because the gui tests
are somewhat finicky anyway. Can you grab this code and let me know if it is
working for you?
Original comment by chrisbu...@gmail.com
on 23 Aug 2013 at 10:01
Looks good to me after some cursory testing. Thanks a lot!
Original comment by mcivta.a...@googlemail.com
on 1 Sep 2013 at 10:52
Original issue reported on code.google.com by
mcivta.a...@googlemail.com
on 6 Aug 2013 at 11:52